Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/svm/
H A Dnested.c656 struct vmcb *vmcb12) in nested_save_pending_event_to_vmcb12() argument
668 vmcb12->control.exit_int_info_err = in nested_save_pending_event_to_vmcb12()
685 vmcb12->control.exit_int_info = exit_int_info; in nested_save_pending_event_to_vmcb12()
1090 struct vmcb *vmcb12; in nested_svm_copy_vmcb12_to_cache() local
1096 vmcb12 = map.hva; in nested_svm_copy_vmcb12_to_cache()
1097 nested_copy_vmcb_control_to_cache(svm, &vmcb12->control); in nested_svm_copy_vmcb12_to_cache()
1098 nested_copy_vmcb_save_to_cache(svm, &vmcb12->save); in nested_svm_copy_vmcb12_to_cache()
1101 vmcb12->control.exit_code = SVM_EXIT_ERR; in nested_svm_copy_vmcb12_to_cache()
1102 vmcb12->control.exit_info_1 = 0; in nested_svm_copy_vmcb12_to_cache()
1103 vmcb12->control.exit_info_2 = 0; in nested_svm_copy_vmcb12_to_cache()
[all …]
H A Dsvm.c2228 struct vmcb *vmcb12; in vmload_vmsave_interception() local
2243 vmcb12 = map.hva; in vmload_vmsave_interception()
2249 svm_copy_vmloadsave_state(svm->vmcb01.ptr, vmcb12); in vmload_vmsave_interception()
2253 svm_copy_vmloadsave_state(vmcb12, svm->vmcb01.ptr); in vmload_vmsave_interception()
5065 struct vmcb *vmcb12; in svm_leave_smm() local
5106 vmcb12 = map.hva; in svm_leave_smm()
5107 nested_copy_vmcb_control_to_cache(svm, &vmcb12->control); in svm_leave_smm()
5108 nested_copy_vmcb_save_to_cache(svm, &vmcb12->save); in svm_leave_smm()
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h531 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE]; member
/linux/Documentation/virt/kvm/
H A Dapi.rst4979 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE];