Home
last modified time | relevance | path

Searched refs:EXCP06_ILLOP (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dmisc_helper.c88 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 Dint_helper.c441 raise_exception_ra(env, EXCP06_ILLOP, GETPC()); in helper_cr4_testbit()
H A Dfpu_helper.c2751 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 Dseg_helper.c1064 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_sysret()
H A Dtranslate.c1419 gen_exception(s, EXCP06_ILLOP); in gen_illegal_opcode()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c241 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 Dseg_helper.c35 raise_exception_err_ra(env, EXCP06_ILLOP, 0, GETPC()); in helper_syscall()
H A Dsvm_helper.c474 raise_exception(env, EXCP06_ILLOP); in helper_vmmcall()
/openbmc/qemu/linux-user/i386/
H A Dcpu_loop.c306 case EXCP06_ILLOP: in cpu_loop()
/openbmc/qemu/target/i386/
H A Dcpu.h1279 #define EXCP06_ILLOP 6 macro