Home
last modified time | relevance | path

Searched defs:excp (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c37 static const char *powerpc_excp_name(int excp) in powerpc_excp_name()
134 static void ppc_excp_debug_sw_tlb(CPUPPCState *env, int excp) in ppc_excp_debug_sw_tlb()
167 static int powerpc_reset_wakeup(CPUPPCState *env, int excp, target_ulong *msr) in powerpc_reset_wakeup()
264 static void ppc_excp_apply_ail(PowerPCCPU *cpu, int excp, target_ulong msr, in ppc_excp_apply_ail()
407 static void powerpc_excp_40x(PowerPCCPU *cpu, int excp) in powerpc_excp_40x()
515 static void powerpc_excp_6xx(PowerPCCPU *cpu, int excp) in powerpc_excp_6xx()
658 static void powerpc_excp_7xx(PowerPCCPU *cpu, int excp) in powerpc_excp_7xx()
808 static void powerpc_excp_74xx(PowerPCCPU *cpu, int excp) in powerpc_excp_74xx()
952 static void powerpc_excp_booke(PowerPCCPU *cpu, int excp) in powerpc_excp_booke()
1186 static bool is_prefix_insn_excp(PowerPCCPU *cpu, int excp) in is_prefix_insn_excp()
[all …]
H A Dhelper_regs.c292 int excp; in hreg_store_msr() local
H A Dtcg-excp_helper.c476 uint32_t excp = hreg_store_msr(env, val, 0); in helper_store_msr() local
H A Dtranslate.c302 static void gen_exception_err_nip(DisasContext *ctx, uint32_t excp, in gen_exception_err_nip()
314 static inline void gen_exception_err(DisasContext *ctx, uint32_t excp, in gen_exception_err()
324 static void gen_exception_nip(DisasContext *ctx, uint32_t excp, in gen_exception_nip()
335 static inline void gen_exception(DisasContext *ctx, uint32_t excp) in gen_exception()
/openbmc/qemu/target/openrisc/
H A Dmmu.c112 int excp = EXCP_DPF; in openrisc_cpu_tlb_fill() local
145 int prot, excp, sr = cpu->env.sr; in openrisc_cpu_get_phys_page_debug() local
H A Dexception.c25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) in raise_exception()
/openbmc/qemu/target/hppa/
H A Dmem_helper.c343 int prot, excp, mmu_idx; in hppa_cpu_get_phys_page_debug() local
397 raise_exception_with_ior(CPUHPPAState *env, int excp, uintptr_t retaddr, in raise_exception_with_ior()
433 int prot, excp, a_prot; in hppa_cpu_tlb_fill_align() local
691 int prot, excp; in HELPER() local
H A Dop_helper.c32 G_NORETURN void HELPER(excp)(CPUHPPAState *env, int excp) in HELPER() argument
40 G_NORETURN void hppa_dynamic_excp(CPUHPPAState *env, int excp, uintptr_t ra) in hppa_dynamic_excp()
/openbmc/qemu/target/arm/tcg/
H A Dop_helper.c47 void raise_exception(CPUARMState *env, uint32_t excp, in raise_exception()
72 void raise_exception_ra(CPUARMState *env, uint32_t excp, uint32_t syndrome, in raise_exception_ra()
322 static inline int check_wfx_trap(CPUARMState *env, bool is_wfe, uint32_t *excp) in check_wfx_trap()
766 uint32_t excp; in HELPER() local
H A Dtranslate.c374 static void gen_exception_internal(int excp) in gen_exception_internal()
1045 static void gen_exception_internal_insn(DisasContext *s, int excp) in gen_exception_internal_insn()
1053 static void gen_exception_el_v(int excp, uint32_t syndrome, TCGv_i32 tcg_el) in gen_exception_el_v()
1059 static void gen_exception_el(int excp, uint32_t syndrome, uint32_t target_el) in gen_exception_el()
1064 static void gen_exception(int excp, uint32_t syndrome) in gen_exception()
1071 int excp, uint32_t syn, TCGv_i32 tcg_el) in gen_exception_insn_el_v()
1083 void gen_exception_insn_el(DisasContext *s, target_long pc_diff, int excp, in gen_exception_insn_el()
1091 int excp, uint32_t syn) in gen_exception_insn()
/openbmc/qemu/target/arm/
H A Dtcg-stubs.c19 void raise_exception_ra(CPUARMState *env, uint32_t excp, uint32_t syndrome, in raise_exception_ra()
H A Ddebug_helper.c49 raise_exception_debug(CPUARMState *env, uint32_t excp, uint32_t syndrome) in raise_exception_debug()
H A Dinternals.h49 static inline bool excp_is_internal(int excp) in excp_is_internal()
/openbmc/qemu/target/alpha/
H A Dhelper.c513 G_NORETURN void helper_excp(CPUAlphaState *env, int excp, int error) in helper_excp()
524 int excp, int error) in dynamic_excp()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c459 static void spapr_exit_nested_hv(PowerPCCPU *cpu, int excp) in spapr_exit_nested_hv()
1604 static void exit_nested_store_l2(PowerPCCPU *cpu, int excp, in exit_nested_store_l2()
1742 void spapr_exit_nested_papr(SpaprMachineState *spapr, PowerPCCPU *cpu, int excp) in spapr_exit_nested_papr()
1776 void spapr_exit_nested(PowerPCCPU *cpu, int excp) in spapr_exit_nested()
1928 void spapr_exit_nested(PowerPCCPU *cpu, int excp) in spapr_exit_nested()
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c46 unsigned char excp; member
370 enum exception excp = (is_excp ? EXCP_CONTEXT : NO_EXCP); in mce_severity_intel() local
/openbmc/linux/arch/parisc/math-emu/
H A Ddecode_exc.c93 unsigned int current_ir, excp; in decode_fpu() local
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c284 int excp; in mips_cpu_do_unaligned_access() local
/openbmc/qemu/target/hexagon/
H A Dtranslate.c116 static void gen_exception_raw(int excp) in gen_exception_raw()
188 static void gen_exception_end_tb(DisasContext *ctx, int excp) in gen_exception_end_tb()
/openbmc/qemu/target/loongarch/tcg/
H A Dtranslate.c94 void generate_exception(DisasContext *ctx, int excp) in generate_exception()
/openbmc/linux/arch/powerpc/xmon/
H A Dxmon.c738 int xmon(struct pt_regs *excp) in xmon()
1044 cmds(struct pt_regs *excp) in cmds()
1293 static int batch_cmds(struct pt_regs *excp) in batch_cmds()
1806 static void backtrace(struct pt_regs *excp) in backtrace()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c150 int prot, excp; in s390_cpu_tlb_fill() local
/openbmc/qemu/hw/misc/
H A Dmips_itu.c370 static void raise_exception(int excp) in raise_exception()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1084 static void hvf_raise_exception(CPUState *cpu, uint32_t excp, in hvf_raise_exception()
/openbmc/qemu/target/riscv/
H A Dtranslate.c245 static void generate_exception(DisasContext *ctx, RISCVException excp) in generate_exception()

12