Home
last modified time | relevance | path

Searched refs:e820__mapped_any (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dgart.h100 if (e820__mapped_any(aper_base, aper_base + aper_size, E820_TYPE_RAM)) { in aperture_valid()
/linux/arch/x86/kernel/
H A De820.c99 bool e820__mapped_any(u64 start, u64 end, enum e820_type type) in e820__mapped_any() function
103 EXPORT_SYMBOL_GPL(e820__mapped_any);
/linux/arch/x86/virt/svm/
H A Dsev.c183 if (e820__mapped_any(pa, pa + PMD_SIZE, E820_TYPE_RAM)) { in __snp_fixup_e820_tables()
/linux/arch/x86/kernel/cpu/
H A Dbugs.c2862 e820__mapped_any(half_pa, ULLONG_MAX - half_pa, E820_TYPE_RAM)) { in l1tf_apply_mitigation()