Searched refs:e820__mapped_all (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/arch/x86/include/asm/ |
D | iommu.h | 29 if (e820__mapped_all(start, end, E820_TYPE_RESERVED)) in arch_rmrr_sanity_check()
|
/linux-5.19.10/arch/x86/include/asm/e820/ |
D | api.h | 15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
|
/linux-5.19.10/arch/x86/xen/ |
D | enlighten_hvm.c | 59 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
|
/linux-5.19.10/arch/x86/platform/efi/ |
D | quirks.c | 310 if (!e820__mapped_all(start, start+size, E820_TYPE_RAM)) in can_free_region()
|
/linux-5.19.10/arch/x86/kernel/ |
D | setup.c | 694 if (e820__mapped_all(start, start + size, E820_TYPE_RAM)) in e820_add_kernel_range()
|
D | e820.c | 148 bool __init e820__mapped_all(u64 start, u64 end, enum e820_type type) in e820__mapped_all() function
|
/linux-5.19.10/arch/x86/pci/ |
D | mmconfig-shared.c | 530 return is_mmconf_reserved(e820__mapped_all, cfg, dev, 1); in pci_mmcfg_check_reserved()
|