Searched refs:cpu_vmexit (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 137 cpu_vmexit(env, exit_code, 0, retaddr); in virtual_vm_load_save_enabled() 276 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() [all …]
|
H A D | misc_helper.c | 86 cpu_vmexit(env, SVM_EXIT_CR0_SEL_WRITE, 0, GETPC()); in helper_write_crN() 93 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()
|
H A D | excp_helper.c | 540 cpu_vmexit(env, SVM_EXIT_NPF, exit_info_1, retaddr); in raise_stage2()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | helper-tcg.h | 101 G_NORETURN void cpu_vmexit(CPUX86State *nenv, uint32_t exit_code,
|
H A D | excp_helper.c | 59 cpu_vmexit(env, SVM_EXIT_SHUTDOWN, 0, retaddr); /* does not return */ in check_exception()
|