Lines Matching refs:cenv
71 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_purr() local
72 cpu_ppc_store_purr(cenv, val); in helper_store_purr()
89 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbl() local
90 cpu_ppc_store_tbl(cenv, val); in helper_store_tbl()
105 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu() local
106 cpu_ppc_store_tbu(cenv, val); in helper_store_tbu()
146 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_hdecr() local
147 cpu_ppc_store_hdecr(cenv, val); in helper_store_hdecr()
162 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_vtb() local
163 cpu_ppc_store_vtb(cenv, val); in helper_store_vtb()
178 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu40() local
179 cpu_ppc_store_tbu40(cenv, val); in helper_store_tbu40()
295 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in write_tfmr() local
296 cenv->spr[SPR_TFMR] = val; in write_tfmr()