Searched refs:e820__mapped_raw_any (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/e820/ |
H A D | api.h | 13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
|
/kernel/linux/linux-6.6/arch/x86/include/asm/e820/ |
H A D | api.h | 13 extern bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type);
|
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/ |
H A D | spte.c | 79 return !e820__mapped_raw_any(pfn_to_hpa(pfn), in kvm_is_mmio_pfn()
|
/kernel/linux/linux-6.6/arch/x86/kvm/mmu/ |
H A D | spte.c | 104 return !e820__mapped_raw_any(pfn_to_hpa(pfn), in kvm_is_mmio_pfn()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | e820.c | 94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() function 98 EXPORT_SYMBOL_GPL(e820__mapped_raw_any); variable
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | e820.c | 94 bool e820__mapped_raw_any(u64 start, u64 end, enum e820_type type) in e820__mapped_raw_any() function 98 EXPORT_SYMBOL_GPL(e820__mapped_raw_any); variable
|
Completed in 6 milliseconds