Searched refs:e820_all_mapped (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | e820.h | 18 extern int e820_all_mapped(u64 start, u64 end, unsigned type);
|
/linux-4.4.14/arch/x86/platform/efi/ |
D | quirks.c | 161 !e820_all_mapped(start, start+size, E820_RAM) || in efi_reserve_boot_services()
|
/linux-4.4.14/arch/x86/pci/ |
D | mmconfig-shared.c | 528 return is_mmconf_reserved(e820_all_mapped, cfg, dev, 1); in pci_mmcfg_check_reserved()
|
/linux-4.4.14/arch/x86/kernel/ |
D | setup.c | 779 if (e820_all_mapped(start, start + size, E820_RAM)) in e820_add_kernel_range()
|
D | e820.c | 79 int __init e820_all_mapped(u64 start, u64 end, unsigned type) in e820_all_mapped() function
|