Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kvm/vmx/
Dnested.c353 struct kvm_mmu_root_info *cached_root; in nested_ept_invalidate_addr() local
358 cached_root = &vcpu->arch.mmu->prev_roots[i]; in nested_ept_invalidate_addr()
360 if (nested_ept_root_matches(cached_root->hpa, cached_root->pgd, in nested_ept_invalidate_addr()
362 vcpu->arch.mmu->invlpg(vcpu, addr, cached_root->hpa); in nested_ept_invalidate_addr()