Home
last modified time | relevance | path

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

/arch/x86/kvm/svm/
Dnested.c76 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr()
91 return svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_cr3()
109 svm->nested.ctl.nested_cr3); in nested_svm_init_mmu_context()
191 dst->nested_cr3 = from->nested_cr3; in copy_vmcb_control_area()
833 svm->nested.ctl.nested_cr3 = 0; in nested_svm_vmexit()
Dsvm.c3205 pr_err("%-20s%016llx\n", "nested_cr3:", control->nested_cr3); in dump_vmcb()
3951 svm->vmcb->control.nested_cr3 = __sme_set(root_hpa); in svm_load_mmu_pgd()
/arch/x86/kvm/
Dmmu.h74 unsigned long cr4, u64 efer, gpa_t nested_cr3);
/arch/x86/include/asm/
Dsvm.h146 u64 nested_cr3; member
/arch/x86/kvm/mmu/
Dmmu.c4866 unsigned long cr4, u64 efer, gpa_t nested_cr3) in kvm_init_shadow_npt_mmu() argument
4878 __kvm_mmu_new_pgd(vcpu, nested_cr3, new_role.base); in kvm_init_shadow_npt_mmu()