Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dsvm_helper.c276 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
280 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
286 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
289 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
311 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
314 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
319 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
323 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
379 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
382 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
[all …]
H A Dmisc_helper.c93 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_write_crN()
102 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_write_crN()
/openbmc/linux/tools/arch/x86/include/uapi/asm/
H A Dsvm.h130 #define SVM_EXIT_ERR -1 macro
240 { SVM_EXIT_ERR, "invalid_guest_state" }
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsvm.h130 #define SVM_EXIT_ERR -1 macro
240 { SVM_EXIT_ERR, "invalid_guest_state" }
/openbmc/qemu/target/i386/
H A Dsvm.h138 #define SVM_EXIT_ERR -1 macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c886 vmcb12->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()
919 svm->vmcb->control.exit_code = SVM_EXIT_ERR; in nested_svm_vmrun()
1024 if (vmcb12->control.exit_code != SVM_EXIT_ERR) in nested_svm_vmexit()
1334 case SVM_EXIT_ERR: { in nested_svm_intercept()
H A Dsvm.c3576 if (svm->vmcb->control.exit_code == SVM_EXIT_ERR) { in pre_svm_run()
4274 svm->vmcb->control.exit_code != SVM_EXIT_ERR) in svm_vcpu_run()