/qemu/target/rx/ ! |
H A D | op_helper.c | 28 void raise_exception(CPURXState *env, int index, 117 raise_exception(env, 21, retaddr); in update_fpsw() 423 void raise_exception(CPURXState *env, int index, in raise_exception() function 434 raise_exception(env, 20, GETPC()); in helper_raise_privilege_violation() 439 raise_exception(env, 21, GETPC()); in helper_raise_access_fault() 444 raise_exception(env, 23, GETPC()); in helper_raise_illegal_instruction() 454 raise_exception(env, EXCP_HLT, 0); in helper_wait() 459 raise_exception(env, 0x100 + vec, 0); in helper_rxint() 464 raise_exception(env, 0x100, 0); in helper_rxbrk()
|
/qemu/target/sh4/ ! |
H A D | op_helper.c | 58 void raise_exception(CPUSH4State *env, int index, in raise_exception() function 69 raise_exception(env, 0x180, 0); in helper_raise_illegal_instruction() 74 raise_exception(env, 0x1a0, 0); in helper_raise_slot_illegal_instruction() 79 raise_exception(env, 0x800, 0); in helper_raise_fpu_disable() 84 raise_exception(env, 0x820, 0); in helper_raise_slot_fpu_disable() 93 raise_exception(env, EXCP_HLT, 0); in helper_sleep() 99 raise_exception(env, 0x160, 0); in helper_trapa() 249 raise_exception(env, 0x120, retaddr); in update_fpscr()
|
/qemu/target/arm/tcg/ ! |
H A D | op_helper.c | 48 void raise_exception(CPUARMState *env, uint32_t excp, in raise_exception() function 84 raise_exception(env, excp, syndrome, target_el); in raise_exception_ra() 402 raise_exception(env, excp, syn_wfx(1, 0xe, 0, insn_len == 2), in HELPER() 451 raise_exception(env, excp, syn_wfx(1, 0xe, 0, false), target_el); in HELPER() 515 raise_exception(env, excp, syndrome, target_el); in HELPER() 525 raise_exception(env, excp, syndrome, exception_target_el(env)); in HELPER() 612 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in HELPER() 684 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in msr_mrs_banked_exc_checks() 913 raise_exception(env, excp, syndrome, target_el); in HELPER() 1063 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in HELPER() [all …]
|
H A D | tlb_helper.c | 262 raise_exception(env, exc, syn, target_el); in arm_deliver_fault() 294 raise_exception(env, EXCP_PREFETCH_ABORT, syn_pcalignment(), target_el); in helper_exception_pc_alignment()
|
/qemu/target/mips/tcg/ ! |
H A D | exception.c | 62 static void raise_exception(CPUMIPSState *env, uint32_t exception) in raise_exception() function 77 raise_exception(env, EXCP_HLT); in helper_wait()
|
/qemu/target/i386/tcg/ ! |
H A D | excp_helper.c | 35 raise_exception(env, exception_index); in helper_raise_exception() 131 G_NORETURN void raise_exception(CPUX86State *env, int exception_index) in raise_exception() function
|
H A D | bpt_helper.c | 31 raise_exception(env, EXCP01_DB); in helper_single_step()
|
H A D | helper-tcg.h | 65 G_NORETURN void raise_exception(CPUX86State *env, int exception_index);
|
/qemu/target/openrisc/ ! |
H A D | sys_helper.c | 60 raise_exception(cpu, EXCP_ILLEGAL); in HELPER() 159 raise_exception(cpu, EXCP_HALTED); in HELPER() 234 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
|
H A D | exception.h | 25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp);
|
H A D | exception.c | 24 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) in raise_exception() function
|
H A D | exception_helper.c | 29 raise_exception(cpu, excp); in HELPER()
|
/qemu/target/i386/tcg/system/ ! |
H A D | bpt_helper.c | 224 raise_exception(env, EXCP01_DB); in breakpoint_handler() 232 raise_exception(env, EXCP01_DB); in breakpoint_handler() 314 raise_exception(env, EXCP01_DB); in helper_bpt_io()
|
H A D | svm_helper.c | 474 raise_exception(env, EXCP06_ILLOP); in helper_vmmcall()
|
/qemu/hw/misc/ ! |
H A D | mips_itu.c | 370 static void raise_exception(int excp) in raise_exception() function 387 raise_exception(EXCP_DBE); in itc_storage_read() 433 raise_exception(EXCP_DBE); in itc_storage_write()
|
/qemu/target/microblaze/ ! |
H A D | helper.h | 1 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, i32)
|
/qemu/target/ppc/ ! |
H A D | tcg-excp_helper.c | 65 static G_NORETURN void raise_exception(CPUPPCState *env, uint32_t exception) in raise_exception() function 306 raise_exception(env, POWERPC_EXCP_DSI); in ppc_cpu_debug_excp_handler() 480 raise_exception(env, excp); in helper_store_msr()
|
/qemu/target/hexagon/ ! |
H A D | helper.h | 21 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_RETURN, noreturn, env, i32)
|
/qemu/target/m68k/ ! |
H A D | op_helper.c | 527 G_NORETURN static void raise_exception(CPUM68KState *env, int tt) in raise_exception() function 532 void HELPER(raise_exception)(CPUM68KState *env, uint32_t tt) in HELPER() argument 534 raise_exception(env, tt); in HELPER()
|
H A D | helper.h | 114 DEF_HELPER_2(raise_exception, noreturn, env, i32)
|
/qemu/target/i386/ ! |
H A D | helper.h | 59 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, int)
|
/qemu/target/sparc/ ! |
H A D | helper.h | 56 DEF_HELPER_2(raise_exception, noreturn, env, int)
|
/qemu/target/arm/ ! |
H A D | debug_helper.c | 63 raise_exception(env, excp, syndrome, debug_el); in raise_exception_debug() 541 raise_exception(env, EXCP_BKPT, syndrome, debug_el); in HELPER()
|
H A D | internals.h | 288 G_NORETURN void raise_exception(CPUARMState *env, uint32_t excp,
|
/qemu/target/mips/ ! |
H A D | helper.h | 2 DEF_HELPER_2(raise_exception, noreturn, env, i32)
|