Lines Matching defs:env

34 void helper_load_dump_spr(CPUPPCState *env, uint32_t sprn)  in helper_load_dump_spr()
40 void helper_store_dump_spr(CPUPPCState *env, uint32_t sprn) in helper_store_dump_spr()
46 void helper_spr_core_write_generic(CPUPPCState *env, uint32_t sprn, in helper_spr_core_write_generic()
63 void helper_spr_write_CTRL(CPUPPCState *env, uint32_t sprn, in helper_spr_write_CTRL()
89 static void raise_hv_fu_exception(CPUPPCState *env, uint32_t bit, in raise_hv_fu_exception()
101 static void raise_fu_exception(CPUPPCState *env, uint32_t bit, in raise_fu_exception()
115 void helper_hfscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_hfscr_facility_check()
126 void helper_fscr_facility_check(CPUPPCState *env, uint32_t bit, in helper_fscr_facility_check()
138 void helper_msr_facility_check(CPUPPCState *env, uint32_t bit, in helper_msr_facility_check()
153 static void helper_mmcr0_facility_check(CPUPPCState *env, uint32_t bit, in helper_mmcr0_facility_check()
163 void helper_store_sdr1(CPUPPCState *env, target_ulong val) in helper_store_sdr1()
172 void helper_store_ptcr(CPUPPCState *env, target_ulong val) in helper_store_ptcr()
213 void helper_store_pcr(CPUPPCState *env, target_ulong value) in helper_store_pcr()
221 void helper_store_ciabr(CPUPPCState *env, target_ulong value) in helper_store_ciabr()
226 void helper_store_dawr0(CPUPPCState *env, target_ulong value) in helper_store_dawr0()
231 void helper_store_dawrx0(CPUPPCState *env, target_ulong value) in helper_store_dawrx0()
240 target_ulong helper_load_dpdes(CPUPPCState *env) in helper_load_dpdes()
271 void helper_store_dpdes(CPUPPCState *env, target_ulong val) in helper_store_dpdes()
304 void helper_store_sprc(CPUPPCState *env, target_ulong val) in helper_store_sprc()
314 target_ulong helper_load_sprd(CPUPPCState *env) in helper_load_sprd()
353 void helper_store_sprd(CPUPPCState *env, target_ulong val) in helper_store_sprd()
381 void helper_store_pidr(CPUPPCState *env, target_ulong val) in helper_store_pidr()
387 void helper_store_lpidr(CPUPPCState *env, target_ulong val) in helper_store_lpidr()
400 void helper_store_40x_dbcr0(CPUPPCState *env, target_ulong val) in helper_store_40x_dbcr0()
408 void helper_store_40x_sler(CPUPPCState *env, target_ulong val) in helper_store_40x_sler()
423 void helper_fixup_thrm(CPUPPCState *env) in helper_fixup_thrm()
461 void helper_clrbhrb(CPUPPCState *env) in helper_clrbhrb()
472 uint64_t helper_mfbhrbe(CPUPPCState *env, uint32_t bhrbe) in helper_mfbhrbe()