Searched refs:raise_exception_debug (Results 1 – 2 of 2) sorted by relevance
/qemu/target/arm/ |
H A D | debug_helper.c | 51 raise_exception_debug(CPUARMState *env, uint32_t excp, uint32_t syndrome) in raise_exception_debug() function 485 raise_exception_debug(env, EXCP_DATA_ABORT, in arm_debug_excp_handler() 509 raise_exception_debug(env, EXCP_PREFETCH_ABORT, syn_breakpoint(0)); in arm_debug_excp_handler() 546 raise_exception_debug(env, EXCP_UDEF, syndrome); in HELPER()
|
/qemu/target/mips/ |
H A D | helper.h | 3 DEF_HELPER_1(raise_exception_debug, noreturn, env)
|