Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c984 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m)) in should_skip_region()
1716 if (!memblock_is_nomap(&memblock.memory.regions[i])) in memblock_cap_memory_range()
1720 if (!memblock_is_nomap(&memblock.memory.regions[i])) in memblock_cap_memory_range()
1779 return !memblock_is_nomap(&memblock.memory.regions[i]); in memblock_is_map_memory()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsetup.c237 if (memblock_is_nomap(region)) { in request_standard_resources()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h250 static inline bool memblock_is_nomap(struct memblock_region *m) in memblock_is_nomap() function
/OK3568_Linux_fs/kernel/arch/riscv/mm/
H A Dinit.c654 if (memblock_is_nomap(region)) { in resource_init()