Home
last modified time | relevance | path

Searched refs:kvm_mmu_root_info (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h331 struct kvm_mmu_root_info { struct
337 ((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE }) argument
369 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c3818 static inline bool is_root_usable(struct kvm_mmu_root_info *root, gpa_t pgd, in is_root_usable()
3838 struct kvm_mmu_root_info root; in cached_root_available()