Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dgart.h100 if (e820_any_mapped(aper_base, aper_base + aper_size, E820_RAM)) { in aperture_valid()
De820.h84 extern int e820_any_mapped(u64 start, u64 end, unsigned type);
/linux-3.4.99/arch/x86/kernel/
Dtboot.c70 if (!e820_any_mapped(boot_params.tboot_addr, in tboot_probe()
Daperture_64.c330 if (e820_any_mapped(aper_base, aper_base + aper_size, in early_gart_iommu_check()
De820.c56 e820_any_mapped(u64 start, u64 end, unsigned type) in e820_any_mapped() function
71 EXPORT_SYMBOL_GPL(e820_any_mapped);
/linux-3.4.99/arch/x86/mm/
Dinit_64.c499 !e820_any_mapped(addr, addr+PUD_SIZE, 0)) { in phys_pud_init()