Searched refs:e820_any_mapped (Results 1 - 6 of 6) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
H A D | e820.h | 17 extern int e820_any_mapped(u64 start, u64 end, unsigned type);
|
H A D | gart.h | 100 if (e820_any_mapped(aper_base, aper_base + aper_size, E820_RAM)) { aperture_valid()
|
/linux-4.1.27/arch/x86/mm/ |
H A D | init_64.c | 415 !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 D | aperture_64.c | 314 if (e820_any_mapped(aper_base, aper_base + aper_size, early_gart_iommu_check()
|
H A D | tboot.c | 71 if (!e820_any_mapped(boot_params.tboot_addr, tboot_probe()
|
H A D | e820.c | 56 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