Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c345 struct kvm_mmu_root_info *cached_root; in nested_ept_invalidate_addr() local
350 cached_root = &vcpu->arch.mmu->prev_roots[i]; in nested_ept_invalidate_addr()
352 if (nested_ept_root_matches(cached_root->hpa, cached_root->pgd, in nested_ept_invalidate_addr()
354 vcpu->arch.mmu->invlpg(vcpu, addr, cached_root->hpa); in nested_ept_invalidate_addr()