Lines Matching defs:excp
42 static const char *powerpc_excp_name(int excp) in powerpc_excp_name()
160 static void ppc_excp_debug_sw_tlb(CPUPPCState *env, int excp) in ppc_excp_debug_sw_tlb()
193 static int powerpc_reset_wakeup(CPUPPCState *env, int excp, target_ulong *msr) in powerpc_reset_wakeup()
290 static void ppc_excp_apply_ail(PowerPCCPU *cpu, int excp, target_ulong msr, in ppc_excp_apply_ail()
476 static void powerpc_excp_40x(PowerPCCPU *cpu, int excp) in powerpc_excp_40x()
584 static void powerpc_excp_6xx(PowerPCCPU *cpu, int excp) in powerpc_excp_6xx()
727 static void powerpc_excp_7xx(PowerPCCPU *cpu, int excp) in powerpc_excp_7xx()
877 static void powerpc_excp_74xx(PowerPCCPU *cpu, int excp) in powerpc_excp_74xx()
1021 static void powerpc_excp_booke(PowerPCCPU *cpu, int excp) in powerpc_excp_booke()
1255 static bool is_prefix_insn_excp(PowerPCCPU *cpu, int excp) in is_prefix_insn_excp()
1315 static bool is_prefix_insn_excp(PowerPCCPU *cpu, int excp) in is_prefix_insn_excp()
1321 static void powerpc_excp_books(PowerPCCPU *cpu, int excp) in powerpc_excp_books()
1617 static inline void powerpc_excp_books(PowerPCCPU *cpu, int excp) in powerpc_excp_books()
1623 static void powerpc_excp(PowerPCCPU *cpu, int excp) in powerpc_excp()
2601 uint32_t excp = hreg_store_msr(env, val, 0); in helper_store_msr() local