Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c445 struct vmcb *vmcb12) in nested_save_pending_event_to_vmcb12() argument
457 vmcb12->control.exit_int_info_err = in nested_save_pending_event_to_vmcb12()
474 vmcb12->control.exit_int_info = exit_int_info; in nested_save_pending_event_to_vmcb12()
539 static void nested_vmcb02_prepare_save(struct vcpu_svm *svm, struct vmcb *vmcb12) in nested_vmcb02_prepare_save() argument
555 if (unlikely(new_vmcb12 || vmcb_is_dirty(vmcb12, VMCB_SEG))) { in nested_vmcb02_prepare_save()
556 vmcb02->save.es = vmcb12->save.es; in nested_vmcb02_prepare_save()
557 vmcb02->save.cs = vmcb12->save.cs; in nested_vmcb02_prepare_save()
558 vmcb02->save.ss = vmcb12->save.ss; in nested_vmcb02_prepare_save()
559 vmcb02->save.ds = vmcb12->save.ds; in nested_vmcb02_prepare_save()
560 vmcb02->save.cpl = vmcb12->save.cpl; in nested_vmcb02_prepare_save()
[all …]
H A Dsvm.c2280 struct vmcb *vmcb12; in vmload_vmsave_interception() local
2294 vmcb12 = map.hva; in vmload_vmsave_interception()
2299 svm_copy_vmloadsave_state(svm->vmcb, vmcb12); in vmload_vmsave_interception()
2303 svm_copy_vmloadsave_state(vmcb12, svm->vmcb); in vmload_vmsave_interception()
4690 struct vmcb *vmcb12; in svm_leave_smm() local
4731 vmcb12 = map.hva; in svm_leave_smm()
4732 nested_copy_vmcb_control_to_cache(svm, &vmcb12->control); in svm_leave_smm()
4733 nested_copy_vmcb_save_to_cache(svm, &vmcb12->save); in svm_leave_smm()
4734 ret = enter_svm_guest_mode(vcpu, smram64->svm_guest_vmcb_gpa, vmcb12, false); in svm_leave_smm()
H A Dsvm.h592 u64 vmcb_gpa, struct vmcb *vmcb12, bool from_vmrun);
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h484 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE]; member
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dkvm.h484 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE]; member
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h489 __u8 vmcb12[KVM_STATE_NESTED_SVM_VMCB_SIZE]; member
/openbmc/qemu/target/i386/
H A Dmachine.c1167 VMSTATE_UINT8_ARRAY(data.svm[0].vmcb12,