Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h428 struct kvm_mmu_root_info { struct
434 ((struct kvm_mmu_root_info) { .pgd = INVALID_PAGE, .hpa = INVALID_PAGE }) argument
463 struct kvm_mmu_root_info root;
476 struct kvm_mmu_root_info prev_roots[KVM_MMU_NUM_PREV_ROOTS];
/linux-6.15/arch/x86/kvm/vmx/
H A Dnested.c393 struct kvm_mmu_root_info *cached_root; in nested_ept_invalidate_addr()
/linux-6.15/arch/x86/kvm/mmu/
H A Dmmu.c4947 static inline bool is_root_usable(struct kvm_mmu_root_info *root, gpa_t pgd, in is_root_usable()