Searched refs:e820__mapped_all (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/x86/xen/ |
| H A D | enlighten_hvm.c | 62 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
|
| /linux/arch/x86/platform/efi/ |
| H A D | quirks.c | 318 if (!e820__mapped_all(start, start+size, E820_TYPE_RAM)) in can_free_region()
|
| /linux/arch/x86/kernel/ |
| H A D | setup.c | 788 if (e820__mapped_all(start, start + size, E820_TYPE_RAM)) in e820_add_kernel_range()
|
| H A D | e820.c | 147 __init bool e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all() function
|
| /linux/arch/x86/pci/ |
| H A D | mmconfig-shared.c | 543 return is_mmconf_reserved(e820__mapped_all, cfg, dev, in pci_mmcfg_reserved()
|