Home
last modified time | relevance | path

Searched refs:helper_raise_exception (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dexception.c52 void helper_raise_exception(CPUMIPSState *env, uint32_t exception) in helper_raise_exception() function
H A Dfpu_helper.c65 helper_raise_exception(env, EXCP_RI); in helper_cfc1()
124 helper_raise_exception(env, EXCP_RI); in helper_ctc1()
136 helper_raise_exception(env, EXCP_RI); in helper_ctc1()
/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c34 G_NORETURN void helper_raise_exception(CPUX86State *env, int exception_index) in helper_raise_exception() function
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c21 void helper_raise_exception(CPULoongArchState *env, uint32_t exception) in helper_raise_exception() function
/openbmc/qemu/target/sparc/
H A Dhelper.c35 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception() function
/openbmc/qemu/target/microblaze/
H A Dop_helper.c65 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
/openbmc/qemu/target/riscv/
H A Dop_helper.c37 void helper_raise_exception(CPURISCVState *env, uint32_t exception) in helper_raise_exception() function
/openbmc/qemu/target/hexagon/
H A Dmacros.h633 #define fTRAP(TRAPTYPE, IMM) helper_raise_exception(env, HEX_EXCP_TRAP0)
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c2593 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception() function