/openbmc/qemu/target/rx/ |
H A D | op_helper.c | 29 void raise_exception(CPURXState *env, int index, 118 raise_exception(env, 21, retaddr); in update_fpsw() 424 void raise_exception(CPURXState *env, int index, in raise_exception() function 435 raise_exception(env, 20, GETPC()); in helper_raise_privilege_violation() 440 raise_exception(env, 21, GETPC()); in helper_raise_access_fault() 445 raise_exception(env, 23, GETPC()); in helper_raise_illegal_instruction() 455 raise_exception(env, EXCP_HLT, 0); in helper_wait() 460 raise_exception(env, 0x100 + vec, 0); in helper_rxint() 465 raise_exception(env, 0x100, 0); in helper_rxbrk()
|
/openbmc/qemu/target/sh4/ |
H A D | op_helper.c | 59 void raise_exception(CPUSH4State *env, int index, in raise_exception() function 70 raise_exception(env, 0x180, 0); in helper_raise_illegal_instruction() 75 raise_exception(env, 0x1a0, 0); in helper_raise_slot_illegal_instruction() 80 raise_exception(env, 0x800, 0); in helper_raise_fpu_disable() 85 raise_exception(env, 0x820, 0); in helper_raise_slot_fpu_disable() 94 raise_exception(env, EXCP_HLT, 0); in helper_sleep() 100 raise_exception(env, 0x160, 0); in helper_trapa() 250 raise_exception(env, 0x120, retaddr); in update_fpscr()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | op_helper.c | 47 void raise_exception(CPUARMState *env, uint32_t excp, in raise_exception() function 83 raise_exception(env, excp, syndrome, target_el); in raise_exception_ra() 444 raise_exception(env, EXCP_UDEF, syn_wfx(1, 0xe, 0, false), in HELPER() 509 raise_exception(env, excp, syndrome, target_el); in HELPER() 606 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in HELPER() 678 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in msr_mrs_banked_exc_checks() 882 raise_exception(env, EXCP_UDEF, syndrome, target_el); in HELPER() 1032 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in HELPER() 1104 raise_exception(env, EXCP_UDEF, syn_uncategorized(), in HELPER() 1114 raise_exception(env, EXCP_HYP_TRAP, syndrome, 2); 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()
|
/openbmc/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()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 36 raise_exception(env, exception_index); in helper_raise_exception() 132 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 | 63 G_NORETURN void raise_exception(CPUX86State *env, int exception_index);
|
/openbmc/qemu/target/openrisc/ |
H A D | exception.h | 25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp);
|
H A D | exception.c | 25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) in raise_exception() function
|
H A D | sys_helper.c | 59 raise_exception(cpu, EXCP_ILLEGAL); in HELPER() 158 raise_exception(cpu, EXCP_HALTED); in HELPER() 233 raise_exception(cpu, EXCP_ILLEGAL); in HELPER()
|
H A D | exception_helper.c | 30 raise_exception(cpu, excp); in HELPER()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
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()
|
/openbmc/qemu/target/cris/ |
H A D | helper.h | 1 DEF_HELPER_2(raise_exception, noreturn, env, i32)
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | inject.c | 156 static void raise_exception(struct mce *m, struct pt_regs *pregs) in raise_exception() function 185 raise_exception(m, regs); in mce_raise_notify() 199 raise_exception(m, NULL); in mce_irq_ipi() 222 raise_exception(m, NULL); in raise_local()
|
/openbmc/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()
|
/openbmc/qemu/target/microblaze/ |
H A D | helper.h | 1 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, i32)
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 456 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() function 553 raise_exception(fsg->common, FSG_STATE_RESET); in fsg_setup() 1464 raise_exception(common, in throw_away_data() 1568 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 1582 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 2265 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_set_alt() 2273 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_disable() 2554 raise_exception(common, FSG_STATE_EXIT); in fsg_common_release() 2640 raise_exception(fsg->common, FSG_STATE_CONFIG_CHANGE); in fsg_unbind()
|
/openbmc/qemu/target/hexagon/ |
H A D | helper.h | 21 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_RETURN, noreturn, env, i32)
|
/openbmc/qemu/target/m68k/ |
H A D | op_helper.c | 528 G_NORETURN static void raise_exception(CPUM68KState *env, int tt) in raise_exception() function 533 void HELPER(raise_exception)(CPUM68KState *env, uint32_t tt) in HELPER() argument 535 raise_exception(env, tt); in HELPER()
|
H A D | helper.h | 114 DEF_HELPER_2(raise_exception, noreturn, env, i32)
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | f_mass_storage.c | 388 static void raise_exception(struct fsg_common *common, enum fsg_state new_state) in raise_exception() function 489 raise_exception(fsg->common, FSG_STATE_PROTOCOL_RESET); in fsg_setup() 1554 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in throw_away_data() 1631 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 1647 raise_exception(common, FSG_STATE_ABORT_BULK_OUT); in finish_reply() 3001 raise_exception(common, FSG_STATE_EXIT); in fsg_common_release() 3115 raise_exception(fsg->common, FSG_STATE_EXIT); in fsg_bind()
|
/openbmc/qemu/target/sparc/ |
H A D | helper.h | 56 DEF_HELPER_2(raise_exception, noreturn, env, int)
|
/openbmc/qemu/target/i386/ |
H A D | helper.h | 58 DEF_HELPER_FLAGS_2(raise_exception, TCG_CALL_NO_WG, noreturn, env, int)
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 61 raise_exception(env, excp, syndrome, debug_el); in raise_exception_debug() 539 raise_exception(env, EXCP_BKPT, syndrome, debug_el); in HELPER()
|