Searched refs:nested_mmu (Results 1 - 6 of 6) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Dx86.h187 return vcpu->arch.walk_mmu == &vcpu->arch.nested_mmu;
H A Dmmu.h179 * need to refresh nested_mmu, a.k.a. the walker used to translate L2
319 if (mmu != &vcpu->arch.nested_mmu)
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c483 vcpu->arch.walk_mmu = &vcpu->arch.nested_mmu;
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c5514 struct kvm_mmu *g_context = &vcpu->arch.nested_mmu;
5533 * of l2_gva to l1_gpa is done by arch.nested_mmu.gva_to_gpa using
5536 * the gva_to_gpa functions between mmu and nested_mmu are swapped.
5580 vcpu->arch.nested_mmu.root_role.invalid = 1;
5583 vcpu->arch.nested_mmu.cpu_role.ext.valid = 0;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h807 struct kvm_mmu nested_mmu; member in struct:kvm_vcpu_arch
/linux-master/arch/x86/kvm/svm/
H A Dnested.c99 vcpu->arch.walk_mmu = &vcpu->arch.nested_mmu;

Completed in 330 milliseconds