Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dnested.c76 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr()
95 return svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_cr3()
113 svm->nested.ctl.nested_cr3, in nested_svm_init_mmu_context()
416 !kvm_vcpu_is_legal_gpa(vcpu, control->nested_cr3))) in nested_vmcb_check_controls()
552 to->nested_cr3 = from->nested_cr3; in __nested_copy_vmcb_control_to_cache()
1046 control->nested_cr3, in enter_svm_guest_mode()
1421 svm->nested.ctl.nested_cr3 = 0; in nested_svm_vmexit()
1873 dst->nested_cr3 = from->nested_cr3; in nested_copy_vmcb_cache_to_control()
H A Dsvm.h202 u64 nested_cr3; member
H A Dsvm.c3463 pr_err("%-20s%016llx\n", "nested_cr3:", control->nested_cr3); in dump_vmcb()
4665 svm->vmcb->control.nested_cr3 = __sme_set(root_hpa); in svm_load_mmu_pgd()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsvm.c130 ctrl->nested_cr3 = svm->ncr3_gpa; in generic_svm_setup()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5993 u64 efer, gpa_t nested_cr3, u64 misc_ctl) in kvm_init_shadow_npt_mmu() argument
6015 kvm_mmu_new_pgd(vcpu, nested_cr3); in kvm_init_shadow_npt_mmu()