Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Ddebug_helper.c49 raise_exception_debug(CPUARMState *env, uint32_t excp, uint32_t syndrome) in raise_exception_debug() function
483 raise_exception_debug(env, EXCP_DATA_ABORT, in arm_debug_excp_handler()
507 raise_exception_debug(env, EXCP_PREFETCH_ABORT, syn_breakpoint(0)); in arm_debug_excp_handler()
544 raise_exception_debug(env, EXCP_UDEF, syndrome); in HELPER()
/openbmc/qemu/target/mips/
H A Dhelper.h3 DEF_HELPER_1(raise_exception_debug, noreturn, env)