Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dgart.h93 if (e820_any_mapped(aper_base, aper_base + aper_size, E820_RAM)) { in aperture_valid()
De820.h70 extern int e820_any_mapped(u64 start, u64 end, unsigned type);
/arch/x86/kernel/
Daperture_64.c329 if (e820_any_mapped(aper_base, aper_base + aper_size, in early_gart_iommu_check()
De820.c59 e820_any_mapped(u64 start, u64 end, unsigned type) in e820_any_mapped() function
74 EXPORT_SYMBOL_GPL(e820_any_mapped);
/arch/x86/mm/
Dinit_64.c483 !e820_any_mapped(addr, addr+PUD_SIZE, 0)) { in phys_pud_init()