Searched refs:e820_any_mapped (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A De820.h17 extern int e820_any_mapped(u64 start, u64 end, unsigned type);
H A Dgart.h100 if (e820_any_mapped(aper_base, aper_base + aper_size, E820_RAM)) { aperture_valid()
/linux-4.1.27/arch/x86/mm/
H A Dinit_64.c415 !e820_any_mapped(addr & PAGE_MASK, next, E820_RAM) && phys_pte_init()
416 !e820_any_mapped(addr & PAGE_MASK, next, E820_RESERVED_KERN)) phys_pte_init()
463 !e820_any_mapped(address & PMD_MASK, next, E820_RAM) && phys_pmd_init()
464 !e820_any_mapped(address & PMD_MASK, next, E820_RESERVED_KERN)) phys_pmd_init()
537 !e820_any_mapped(addr & PUD_MASK, next, E820_RAM) && phys_pud_init()
538 !e820_any_mapped(addr & PUD_MASK, next, E820_RESERVED_KERN)) phys_pud_init()
/linux-4.1.27/arch/x86/kernel/
H A Daperture_64.c314 if (e820_any_mapped(aper_base, aper_base + aper_size, early_gart_iommu_check()
H A Dtboot.c71 if (!e820_any_mapped(boot_params.tboot_addr, tboot_probe()
H A De820.c56 e820_any_mapped(u64 start, u64 end, unsigned type) e820_any_mapped() function
71 EXPORT_SYMBOL_GPL(e820_any_mapped); variable

Completed in 211 milliseconds