Home
last modified time | relevance | path

Searched refs:TT_PRIV_ACT (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/sparc/
H A Dint64_helper.c46 [TT_PRIV_ACT] = "Privileged Action",
H A Dldst_helper.c357 cpu_raise_exception_ra(env, TT_PRIV_ACT, ra); in do_check_asi()
1181 cpu_raise_exception_ra(env, TT_PRIV_ACT, GETPC()); in helper_ld_asi()
1270 cpu_raise_exception_ra(env, TT_PRIV_ACT, GETPC()); in helper_st_asi()
H A Dcpu.h107 #define TT_PRIV_ACT 0x37 macro
H A Dtranslate.c1508 gen_exception(dc, TT_PRIV_ACT); in resolve_asi()
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c328 case TT_PRIV_ACT: in cpu_loop()