Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
De820.h18 extern int e820_all_mapped(u64 start, u64 end, unsigned type);
/linux-4.4.14/arch/x86/platform/efi/
Dquirks.c161 !e820_all_mapped(start, start+size, E820_RAM) || in efi_reserve_boot_services()
/linux-4.4.14/arch/x86/pci/
Dmmconfig-shared.c528 return is_mmconf_reserved(e820_all_mapped, cfg, dev, 1); in pci_mmcfg_check_reserved()
/linux-4.4.14/arch/x86/kernel/
Dsetup.c779 if (e820_all_mapped(start, start + size, E820_RAM)) in e820_add_kernel_range()
De820.c79 int __init e820_all_mapped(u64 start, u64 end, unsigned type) in e820_all_mapped() function