Home
last modified time | relevance | path

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

/openbmc/qemu/target/sparc/
H A Dhelper.c165 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_taddcctv()
201 cpu_raise_exception_ra(env, TT_TOVF, GETPC()); in helper_tsubcctv()
H A Dint32_helper.c38 [TT_TOVF] = "Tag Overflow",
H A Dcpu.h63 #define TT_TOVF 0x0a macro
80 #define TT_TOVF 0x23 macro
H A Dint64_helper.c38 [TT_TOVF] = "Tag Overflow",
/openbmc/qemu/linux-user/sparc/
H A Dcpu_loop.c324 case TT_TOVF: in cpu_loop()