Searched refs:memblock_is_memory (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/arm/mach-sti/
H A Dplatsmp.c86 if (!memblock_is_memory(release_phys))
/linux-master/arch/loongarch/mm/
H A Dinit.c59 return memblock_is_memory(addr) && !memblock_is_reserved(addr);
/linux-master/arch/powerpc/mm/
H A Dmem.c305 if (memblock_is_memory(paddr) && !memblock_is_reserved(paddr))
/linux-master/arch/riscv/kernel/
H A Dsetup.c184 if (memblock_is_memory(res->start)) {
/linux-master/arch/loongarch/kernel/
H A Dacpi.c54 if (!memblock_is_memory(phys))
/linux-master/arch/mips/mm/
H A Dinit.c455 if (!memblock_is_memory(PFN_PHYS(tmp)))
/linux-master/include/linux/
H A Dmemblock.h496 bool memblock_is_memory(phys_addr_t addr);
/linux-master/arch/powerpc/kernel/
H A Dprom.c128 !memblock_is_memory(start + size - 1) ||
/linux-master/mm/
H A Dmemblock.c1868 bool __init_memblock memblock_is_memory(phys_addr_t addr) function

Completed in 170 milliseconds