Searched refs:cenv (Results 1 – 2 of 2) sorted by relevance
71 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_purr() local72 cpu_ppc_store_purr(cenv, val); in helper_store_purr()89 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbl() local90 cpu_ppc_store_tbl(cenv, val); in helper_store_tbl()105 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_tbu() local106 cpu_ppc_store_tbu(cenv, val); in helper_store_tbu()146 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_hdecr() local147 cpu_ppc_store_hdecr(cenv, val); in helper_store_hdecr()162 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_store_vtb() local163 cpu_ppc_store_vtb(cenv, val); in helper_store_vtb()[all …]
58 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_core_write_generic() local59 cenv->spr[sprn] = val; in helper_spr_core_write_generic()80 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_write_CTRL() local82 cenv->spr[sprn] &= ts_mask; in helper_spr_write_CTRL()83 cenv->spr[sprn] |= ts; in helper_spr_write_CTRL()205 CPUPPCState *cenv = &ccpu->env; in helper_store_ptcr() local206 cenv->spr[SPR_PTCR] = val; in helper_store_ptcr()269 CPUPPCState *cenv = &ccpu->env; in helper_load_dpdes() local272 if (cenv->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()