memblock_is_map_memory
if (WARN_ON(memblock_is_map_memory(PFN_PHYS(pfn)) &&
return memblock_is_map_memory(offset);
if (memblock_is_map_memory(phys) ||
if (memblock_is_map_memory(phys))
return memblock_is_map_memory(addr);
memblock_is_map_memory(addr);
return memblock_is_region_memory(addr, size) && memblock_is_map_memory(addr);
if (memblock_is_map_memory(phys) ||
if (memblock_is_map_memory(phys))
if (memblock_is_map_memory(sysfb_primary_display.screen.lfb_base))
bool memblock_is_map_memory(phys_addr_t addr);