Home
last modified time | relevance | path

Searched refs:raise_exception_debug (Results 1 – 2 of 2) sorted by relevance

/qemu/target/arm/
H A Ddebug_helper.c51 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 Dhelper.h3 DEF_HELPER_1(raise_exception_debug, noreturn, env)