Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dnested.c74 u64 cr3 = svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_pdptr()
89 return svm->nested.ctl.nested_cr3; in nested_svm_get_tdp_cr3()
101 svm->nested.ctl.nested_cr3); in nested_svm_init_mmu_context()
180 dst->nested_cr3 = from->nested_cr3; in copy_vmcb_control_area()
693 svm->nested.ctl.nested_cr3 = 0; in nested_svm_vmexit()
Dsvm.c2985 pr_err("%-20s%016llx\n", "nested_cr3:", control->nested_cr3); in dump_vmcb()
3698 svm->vmcb->control.nested_cr3 = cr3; in svm_load_mmu_pgd()
/kernel/linux/linux-5.10/arch/x86/kvm/
Dmmu.h62 gpa_t nested_cr3);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dsvm.h91 u64 nested_cr3; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsvm.h136 u64 nested_cr3; member
/kernel/linux/linux-5.10/arch/x86/kvm/mmu/
Dmmu.c4617 gpa_t nested_cr3) in kvm_init_shadow_npt_mmu() argument
4622 __kvm_mmu_new_pgd(vcpu, nested_cr3, new_role.base, false, false); in kvm_init_shadow_npt_mmu()