Searched refs:nested_mmu (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dmmu.h177 * need to refresh nested_mmu, a.k.a. the walker used to translate L2
318 if (mmu != &vcpu->arch.nested_mmu)
H A Dx86.h185 return vcpu->arch.walk_mmu == &vcpu->arch.nested_mmu;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5515 struct kvm_mmu *g_context = &vcpu->arch.nested_mmu;
5534 * of l2_gva to l1_gpa is done by arch.nested_mmu.gva_to_gpa using
5537 * the gva_to_gpa functions between mmu and nested_mmu are swapped.
5581 vcpu->arch.nested_mmu.root_role.invalid = 1;
5584 vcpu->arch.nested_mmu.cpu_role.ext.valid = 0;
/linux-master/arch/x86/kvm/svm/
H A Dnested.c99 vcpu->arch.walk_mmu = &vcpu->arch.nested_mmu;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h804 struct kvm_mmu nested_mmu; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c461 vcpu->arch.walk_mmu = &vcpu->arch.nested_mmu;

Completed in 158 milliseconds