Lines Matching refs:GETPC
177 raise_exception_err_ra(env, EXCP0D_GPF, 0, GETPC()); in helper_vmrun()
180 cpu_svm_check_intercept_param(env, SVM_EXIT_VMRUN, 0, GETPC()); in helper_vmrun()
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()
382 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
390 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
445 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
463 cpu_vmexit(env, SVM_EXIT_ERR, 0, GETPC()); in helper_vmrun()
473 cpu_svm_check_intercept_param(env, SVM_EXIT_VMMCALL, 0, GETPC()); in helper_vmmcall()
490 raise_exception_err_ra(env, EXCP0D_GPF, 0, GETPC()); in helper_vmload()
493 cpu_svm_check_intercept_param(env, SVM_EXIT_VMLOAD, 0, GETPC()); in helper_vmload()
495 if (virtual_vm_load_save_enabled(env, SVM_EXIT_VMLOAD, GETPC())) { in helper_vmload()
551 raise_exception_err_ra(env, EXCP0D_GPF, 0, GETPC()); in helper_vmsave()
554 cpu_svm_check_intercept_param(env, SVM_EXIT_VMSAVE, 0, GETPC()); in helper_vmsave()
556 if (virtual_vm_load_save_enabled(env, SVM_EXIT_VMSAVE, GETPC())) { in helper_vmsave()
591 cpu_svm_check_intercept_param(env, SVM_EXIT_STGI, 0, GETPC()); in helper_stgi()
603 cpu_svm_check_intercept_param(env, SVM_EXIT_CLGI, 0, GETPC()); in helper_clgi()
702 cpu_svm_check_intercept_param(env, type, 0, GETPC()); in helper_svm_check_intercept()
721 cpu_vmexit(env, SVM_EXIT_IOIO, param | (port << 16), GETPC()); in helper_svm_check_io()