Lines Matching refs:CPUPPCState

30 target_ulong helper_load_tbl(CPUPPCState *env)  in helper_load_tbl()
35 target_ulong helper_load_tbu(CPUPPCState *env) in helper_load_tbu()
40 target_ulong helper_load_atbl(CPUPPCState *env) in helper_load_atbl()
45 target_ulong helper_load_atbu(CPUPPCState *env) in helper_load_atbu()
50 target_ulong helper_load_vtb(CPUPPCState *env) in helper_load_vtb()
56 target_ulong helper_load_purr(CPUPPCState *env) in helper_load_purr()
61 void helper_store_purr(CPUPPCState *env, target_ulong val) in helper_store_purr()
73 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_purr()
80 void helper_store_tbl(CPUPPCState *env, target_ulong val) in helper_store_tbl()
92 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbl()
97 void helper_store_tbu(CPUPPCState *env, target_ulong val) in helper_store_tbu()
109 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu()
114 void helper_store_atbl(CPUPPCState *env, target_ulong val) in helper_store_atbl()
119 void helper_store_atbu(CPUPPCState *env, target_ulong val) in helper_store_atbu()
124 target_ulong helper_load_decr(CPUPPCState *env) in helper_load_decr()
129 void helper_store_decr(CPUPPCState *env, target_ulong val) in helper_store_decr()
134 target_ulong helper_load_hdecr(CPUPPCState *env) in helper_load_hdecr()
139 void helper_store_hdecr(CPUPPCState *env, target_ulong val) in helper_store_hdecr()
151 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_hdecr()
156 void helper_store_vtb(CPUPPCState *env, target_ulong val) in helper_store_vtb()
168 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_vtb()
173 void helper_store_tbu40(CPUPPCState *env, target_ulong val) in helper_store_tbu40()
185 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu40()
190 target_ulong helper_load_40x_pit(CPUPPCState *env) in helper_load_40x_pit()
195 void helper_store_40x_pit(CPUPPCState *env, target_ulong val) in helper_store_40x_pit()
200 void helper_store_40x_tcr(CPUPPCState *env, target_ulong val) in helper_store_40x_tcr()
205 void helper_store_40x_tsr(CPUPPCState *env, target_ulong val) in helper_store_40x_tsr()
210 void helper_store_booke_tcr(CPUPPCState *env, target_ulong val) in helper_store_booke_tcr()
215 void helper_store_booke_tsr(CPUPPCState *env, target_ulong val) in helper_store_booke_tsr()
286 static void write_tfmr(CPUPPCState *env, target_ulong val) in write_tfmr()
295 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in write_tfmr()
301 static void tb_state_machine_step(CPUPPCState *env) in tb_state_machine_step()
355 target_ulong helper_load_tfmr(CPUPPCState *env) in helper_load_tfmr()
362 void helper_store_tfmr(CPUPPCState *env, target_ulong val) in helper_store_tfmr()
455 target_ulong helper_load_dcr(CPUPPCState *env, target_ulong dcrn) in helper_load_dcr()
481 void helper_store_dcr(CPUPPCState *env, target_ulong dcrn, target_ulong val) in helper_store_dcr()