Searched refs:memblock_is_nomap (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/riscv/kernel/
H A Dsetup.c199 if (unlikely(memblock_is_nomap(region))) {
/linux-master/arch/arm64/kernel/
H A Dsetup.c227 if (memblock_is_nomap(region)) {
/linux-master/mm/
H A Dmemblock.c1077 if (!(flags & MEMBLOCK_NOMAP) && memblock_is_nomap(m))
1816 if (!memblock_is_nomap(&memblock.memory.regions[i]))
1820 if (!memblock_is_nomap(&memblock.memory.regions[i]))
1879 return !memblock_is_nomap(&memblock.memory.regions[i]);
2164 if (memblock_is_nomap(region))
/linux-master/include/linux/
H A Dmemblock.h264 static inline bool memblock_is_nomap(struct memblock_region *m) function
/linux-master/arch/loongarch/kernel/
H A Dsetup.c439 if (!memblock_is_nomap(region)) {

Completed in 108 milliseconds