Lines Matching refs:CPUPPCState

112 static void dump_syscall(CPUPPCState *env)  in dump_syscall()
124 static void dump_hcall(CPUPPCState *env) in dump_hcall()
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()
294 CPUPPCState *env = &cpu->env; in ppc_excp_apply_ail()
391 CPUPPCState *env = &cpu->env; in powerpc_reset_excp_state()
401 CPUPPCState *env = &cpu->env; in powerpc_set_excp_state()
435 static G_NORETURN void powerpc_checkstop(CPUPPCState *env, const char *reason) in powerpc_checkstop()
457 void helper_attn(CPUPPCState *env) in helper_attn()
470 static void powerpc_mcheck_checkstop(CPUPPCState *env) in powerpc_mcheck_checkstop()
484 CPUPPCState *env = &cpu->env; in powerpc_excp_40x()
592 CPUPPCState *env = &cpu->env; in powerpc_excp_6xx()
735 CPUPPCState *env = &cpu->env; in powerpc_excp_7xx()
885 CPUPPCState *env = &cpu->env; in powerpc_excp_74xx()
1029 CPUPPCState *env = &cpu->env; in powerpc_excp_booke()
1253 static bool is_prefix_insn(CPUPPCState *env, uint32_t insn) in is_prefix_insn()
1263 CPUPPCState *env = &cpu->env; in is_prefix_insn_excp()
1329 CPUPPCState *env = &cpu->env; in powerpc_excp_books()
1631 CPUPPCState *env = &cpu->env; in powerpc_excp()
1685 static int p7_interrupt_powersave(CPUPPCState *env) in p7_interrupt_powersave()
1709 static int p7_next_unmasked_interrupt(CPUPPCState *env) in p7_next_unmasked_interrupt()
1767 static int p8_interrupt_powersave(CPUPPCState *env) in p8_interrupt_powersave()
1799 static int p8_next_unmasked_interrupt(CPUPPCState *env) in p8_next_unmasked_interrupt()
1874 static int p9_interrupt_powersave(CPUPPCState *env) in p9_interrupt_powersave()
1920 static int p9_next_unmasked_interrupt(CPUPPCState *env) in p9_next_unmasked_interrupt()
2011 static int ppc_next_unmasked_interrupt(CPUPPCState *env) in ppc_next_unmasked_interrupt()
2149 void ppc_maybe_interrupt(CPUPPCState *env) in ppc_maybe_interrupt()
2162 static void p7_deliver_interrupt(CPUPPCState *env, int interrupt) in p7_deliver_interrupt()
2213 static void p8_deliver_interrupt(CPUPPCState *env, int interrupt) in p8_deliver_interrupt()
2284 static void p9_deliver_interrupt(CPUPPCState *env, int interrupt) in p9_deliver_interrupt()
2365 static void ppc_deliver_interrupt(CPUPPCState *env, int interrupt) in ppc_deliver_interrupt()
2492 CPUPPCState *env = &cpu->env; in ppc_cpu_do_fwnmi_machine_check()
2512 CPUPPCState *env = cpu_env(cs); in ppc_cpu_exec_interrupt()
2536 void raise_exception_err_ra(CPUPPCState *env, uint32_t exception, in raise_exception_err_ra()
2546 void raise_exception_err(CPUPPCState *env, uint32_t exception, in raise_exception_err()
2552 void raise_exception(CPUPPCState *env, uint32_t exception) in raise_exception()
2557 void raise_exception_ra(CPUPPCState *env, uint32_t exception, in raise_exception_ra()
2564 void helper_raise_exception_err(CPUPPCState *env, uint32_t exception, in helper_raise_exception_err()
2570 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception()
2576 void helper_store_msr(CPUPPCState *env, target_ulong val) in helper_store_msr()
2586 void helper_ppc_maybe_interrupt(CPUPPCState *env) in helper_ppc_maybe_interrupt()
2592 void helper_scv(CPUPPCState *env, uint32_t lev) in helper_scv()
2601 void helper_pminsn(CPUPPCState *env, uint32_t insn) in helper_pminsn()
2621 static void do_rfi(CPUPPCState *env, target_ulong nip, target_ulong msr) in do_rfi()
2654 void helper_rfi(CPUPPCState *env) in helper_rfi()
2660 void helper_rfid(CPUPPCState *env) in helper_rfid()
2671 void helper_rfscv(CPUPPCState *env) in helper_rfscv()
2676 void helper_hrfid(CPUPPCState *env) in helper_hrfid()
2681 void helper_rfebb(CPUPPCState *env, target_ulong s) in helper_rfebb()
2719 static void do_ebb(CPUPPCState *env, int ebb_excp) in do_ebb()
2743 void raise_ebb_perfm_exception(CPUPPCState *env) in raise_ebb_perfm_exception()
2759 void helper_40x_rfci(CPUPPCState *env) in helper_40x_rfci()
2764 void helper_rfci(CPUPPCState *env) in helper_rfci()
2769 void helper_rfdi(CPUPPCState *env) in helper_rfdi()
2775 void helper_rfmci(CPUPPCState *env) in helper_rfmci()
2782 void helper_TW(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TW()
2796 void helper_TD(CPUPPCState *env, target_ulong arg1, target_ulong arg2, in helper_TD()
2869 static void do_hash(CPUPPCState *env, target_ulong ea, target_ulong ra, in do_hash()
2889 void helper_##op(CPUPPCState *env, target_ulong ea, target_ulong ra, \
2909 void helper_##op(CPUPPCState *env, target_ulong ea, target_ulong ra, \
2946 void helper_msgclr(CPUPPCState *env, target_ulong rb) in helper_msgclr()
2970 CPUPPCState *cenv = &cpu->env; in helper_msgsnd()
3001 void helper_book3s_msgclr(CPUPPCState *env, target_ulong rb) in helper_book3s_msgclr()
3010 void helper_book3s_msgsnd(CPUPPCState *env, target_ulong rb) in helper_book3s_msgsnd()
3050 void helper_book3s_msgclrp(CPUPPCState *env, target_ulong rb) in helper_book3s_msgclrp()
3065 void helper_book3s_msgsndp(CPUPPCState *env, target_ulong rb) in helper_book3s_msgsndp()
3106 void helper_book3s_trace(CPUPPCState *env, target_ulong prev_ip) in helper_book3s_trace()
3121 CPUPPCState *env = cpu_env(cs); in ppc_cpu_do_unaligned_access()
3152 CPUPPCState *env = cpu_env(cs); in ppc_cpu_do_transaction_failed()
3201 CPUPPCState *env = cpu_env(cs); in ppc_cpu_debug_excp_handler()
3223 CPUPPCState *env = cpu_env(cs); in ppc_cpu_debug_check_breakpoint()
3250 CPUPPCState *env = cpu_env(cs); in ppc_cpu_debug_check_watchpoint()