Searched refs:helper_raise_exception (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | exception.c | 52 void helper_raise_exception(CPUMIPSState *env, uint32_t exception) in helper_raise_exception() function
|
H A D | fpu_helper.c | 65 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 D | excp_helper.c | 34 G_NORETURN void helper_raise_exception(CPUX86State *env, int exception_index) in helper_raise_exception() function
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | op_helper.c | 21 void helper_raise_exception(CPULoongArchState *env, uint32_t exception) in helper_raise_exception() function
|
/openbmc/qemu/target/sparc/ |
H A D | helper.c | 35 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception() function
|
/openbmc/qemu/target/microblaze/ |
H A D | op_helper.c | 65 void helper_raise_exception(CPUMBState *env, uint32_t index) in helper_raise_exception() function
|
/openbmc/qemu/target/riscv/ |
H A D | op_helper.c | 37 void helper_raise_exception(CPURISCVState *env, uint32_t exception) in helper_raise_exception() function
|
/openbmc/qemu/target/hexagon/ |
H A D | macros.h | 633 #define fTRAP(TRAPTYPE, IMM) helper_raise_exception(env, HEX_EXCP_TRAP0)
|
/openbmc/qemu/target/ppc/ |
H A D | excp_helper.c | 2593 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception() function
|