Searched refs:EXCP06_ILLOP (Results 1 – 10 of 10) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | misc_helper.c | 88 raise_exception_err(env, EXCP06_ILLOP, 0); in helper_rdpmc() 107 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_rdpkru() 121 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_wrpkru()
|
H A D | int_helper.c | 441 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_cr4_testbit()
|
H A D | fpu_helper.c | 2751 raise_exception_ra(env, EXCP06_ILLOP, ra); in do_xsave_chk() 3155 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_xgetbv() 3177 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_xsetbv()
|
H A D | seg_helper.c | 1064 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_sysret()
|
H A D | translate.c | 1419 gen_exception(s, EXCP06_ILLOP); in gen_illegal_opcode()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 241 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_get_dr() 260 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_set_dr()
|
H A D | seg_helper.c | 35 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_syscall()
|
H A D | svm_helper.c | 474 raise_exception(env, EXCP06_ILLOP); in helper_vmmcall()
|
/openbmc/qemu/linux-user/i386/ |
H A D | cpu_loop.c | 306 case EXCP06_ILLOP: in cpu_loop()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1279 #define EXCP06_ILLOP 6 macro
|