Lines Matching refs:target_ulong

30 target_ulong helper_load_tbl(CPUPPCState *env)  in helper_load_tbl()
32 return (target_ulong)cpu_ppc_load_tbl(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()
42 return (target_ulong)cpu_ppc_load_atbl(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()
58 return (target_ulong)cpu_ppc_load_purr(env); in helper_load_purr()
61 void helper_store_purr(CPUPPCState *env, target_ulong val) in helper_store_purr()
79 void helper_store_tbl(CPUPPCState *env, target_ulong val) in helper_store_tbl()
95 void helper_store_tbu(CPUPPCState *env, target_ulong val) in helper_store_tbu()
111 void helper_store_atbl(CPUPPCState *env, target_ulong val) in helper_store_atbl()
116 void helper_store_atbu(CPUPPCState *env, target_ulong val) in helper_store_atbu()
121 target_ulong helper_load_decr(CPUPPCState *env) in helper_load_decr()
126 void helper_store_decr(CPUPPCState *env, target_ulong val) in helper_store_decr()
131 target_ulong helper_load_hdecr(CPUPPCState *env) in helper_load_hdecr()
136 void helper_store_hdecr(CPUPPCState *env, target_ulong val) in helper_store_hdecr()
152 void helper_store_vtb(CPUPPCState *env, target_ulong val) in helper_store_vtb()
168 void helper_store_tbu40(CPUPPCState *env, target_ulong val) in helper_store_tbu40()
184 target_ulong helper_load_40x_pit(CPUPPCState *env) in helper_load_40x_pit()
189 void helper_store_40x_pit(CPUPPCState *env, target_ulong val) in helper_store_40x_pit()
194 void helper_store_40x_tcr(CPUPPCState *env, target_ulong val) in helper_store_40x_tcr()
199 void helper_store_40x_tsr(CPUPPCState *env, target_ulong val) in helper_store_40x_tsr()
204 void helper_store_booke_tcr(CPUPPCState *env, target_ulong val) in helper_store_booke_tcr()
209 void helper_store_booke_tsr(CPUPPCState *env, target_ulong val) in helper_store_booke_tsr()
287 static void write_tfmr(CPUPPCState *env, target_ulong val) in write_tfmr()
373 target_ulong helper_load_tfmr(CPUPPCState *env) in helper_load_tfmr()
380 void helper_store_tfmr(CPUPPCState *env, target_ulong val) in helper_store_tfmr()
468 target_ulong helper_load_dcr(CPUPPCState *env, target_ulong dcrn) in helper_load_dcr()
494 void helper_store_dcr(CPUPPCState *env, target_ulong dcrn, target_ulong val) in helper_store_dcr()