Home
last modified time | relevance | path

Searched refs:HEX_EXCP_TRAP0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/hexagon/
H A Dcpu_bits.h33 #define HEX_EXCP_TRAP0 0x172 macro
H A Dmacros.h633 #define fTRAP(TRAPTYPE, IMM) helper_raise_exception(env, HEX_EXCP_TRAP0)
H A Dgen_tcg.h1368 TCGv excp = tcg_constant_tl(HEX_EXCP_TRAP0); \
/openbmc/qemu/linux-user/hexagon/
H A Dcpu_loop.c45 case HEX_EXCP_TRAP0: in cpu_loop()