Home
last modified time | relevance | path

Searched refs:memblock_is_memory (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/mach-sti/
H A Dplatsmp.c86 if (!memblock_is_memory(release_phys)) in sti_smp_prepare_cpus()
/OK3568_Linux_fs/kernel/arch/mips/mm/
H A Dinit.c444 if (!memblock_is_memory(PFN_PHYS(tmp))) in mem_init_free_highmem()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmemblock.h489 bool memblock_is_memory(phys_addr_t addr);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dprom.c124 !memblock_is_memory(start + size - 1) || in move_device_tree()
/OK3568_Linux_fs/kernel/mm/
H A Dmemblock.c1768 bool __init_memblock memblock_is_memory(phys_addr_t addr) in memblock_is_memory() function