Home
last modified time | relevance | path

Searched refs:memblock_is_nomap (Results 1 – 4 of 4) sorted by relevance

/linux/mm/
A Dmemblock.c982 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m)) in should_skip_region()
1713 if (!memblock_is_nomap(&memblock.memory.regions[i])) in memblock_cap_memory_range()
1717 if (!memblock_is_nomap(&memblock.memory.regions[i])) in memblock_cap_memory_range()
1776 return !memblock_is_nomap(&memblock.memory.regions[i]); in memblock_is_map_memory()
2048 if (memblock_is_nomap(region)) { in memmap_init_reserved_pages()
/linux/arch/riscv/kernel/
A Dsetup.c215 if (unlikely(memblock_is_nomap(region))) { in init_resources()
/linux/arch/arm64/kernel/
A Dsetup.c232 if (memblock_is_nomap(region)) { in request_standard_resources()
/linux/include/linux/
A Dmemblock.h259 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap() function

Completed in 10 milliseconds