Home
last modified time | relevance | path

Searched refs:TT_PRIV_INSN (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint32_helper.c31 [TT_PRIV_INSN] = "Privileged Instruction",
H A Dhelper.c65 cpu_raise_exception_ra(env, TT_PRIV_INSN, GETPC()); in helper_tick_get_count()
H A Dcpu.h56 #define TT_PRIV_INSN 0x03 macro
77 #define TT_PRIV_INSN 0x11 macro
H A Dint64_helper.c35 [TT_PRIV_INSN] = "Privileged Instruction",
H A Dtranslate.c1597 gen_exception(dc, TT_PRIV_INSN); in resolve_asi()
2646 gen_exception(dc, TT_PRIV_INSN); in raise_priv()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c321 case TT_PRIV_INSN: in cpu_loop()