Home
last modified time | relevance | path

Searched refs:vmcb12 (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/svm/
A Dnested.c520 struct vmcb *vmcb12) in nested_save_pending_event_to_vmcb12() argument
670 svm_copy_lbrs(vmcb02, vmcb12); in nested_vmcb02_prepare_save()
891 vmcb12->save.rip, in enter_svm_guest_mode()
892 vmcb12->control.int_ctl, in enter_svm_guest_mode()
893 vmcb12->control.event_inj, in enter_svm_guest_mode()
896 vmcb12->save.cr3, in enter_svm_guest_mode()
914 nested_vmcb02_prepare_control(svm, vmcb12->save.rip, vmcb12->save.cs.base); in enter_svm_guest_mode()
939 struct vmcb *vmcb12; in nested_svm_vmrun() local
972 vmcb12 = map.hva; in nested_svm_vmrun()
1070 struct vmcb *vmcb12; in nested_svm_vmexit() local
[all …]
A Dsvm.c2159 struct vmcb *vmcb12; in vmload_vmsave_interception() local
2173 vmcb12 = map.hva; in vmload_vmsave_interception()
2178 svm_copy_vmloadsave_state(svm->vmcb, vmcb12); in vmload_vmsave_interception()
2182 svm_copy_vmloadsave_state(vmcb12, svm->vmcb); in vmload_vmsave_interception()
4760 struct vmcb *vmcb12; in svm_leave_smm() local
4801 vmcb12 = map.hva; in svm_leave_smm()
4802 nested_copy_vmcb_control_to_cache(svm, &vmcb12->control); in svm_leave_smm()
4803 nested_copy_vmcb_save_to_cache(svm, &vmcb12->save); in svm_leave_smm()
4804 ret = enter_svm_guest_mode(vcpu, smram64->svm_guest_vmcb_gpa, vmcb12, false); in svm_leave_smm()
A Dsvm.h751 u64 vmcb_gpa, struct vmcb *vmcb12, bool from_vmrun);
/arch/x86/include/uapi/asm/
A Dkvm.h493 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE]; member

Completed in 29 milliseconds