Home
last modified time | relevance | path

Searched refs:e820__mapped_all (Results 1 – 7 of 7) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Diommu.h29 if (e820__mapped_all(start, end, E820_TYPE_RESERVED)) in arch_rmrr_sanity_check()
/linux-5.19.10/arch/x86/include/asm/e820/
Dapi.h15 extern bool e820__mapped_all(u64 start, u64 end, enum e820_type type);
/linux-5.19.10/arch/x86/xen/
Denlighten_hvm.c59 !e820__mapped_all(pa, pa + PAGE_SIZE, E820_TYPE_RAM) || in reserve_shared_info()
/linux-5.19.10/arch/x86/platform/efi/
Dquirks.c310 if (!e820__mapped_all(start, start+size, E820_TYPE_RAM)) in can_free_region()
/linux-5.19.10/arch/x86/kernel/
Dsetup.c694 if (e820__mapped_all(start, start + size, E820_TYPE_RAM)) in e820_add_kernel_range()
De820.c148 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/
Dmmconfig-shared.c530 return is_mmconf_reserved(e820__mapped_all, cfg, dev, 1); in pci_mmcfg_check_reserved()