Home
last modified time | relevance | path

Searched refs:cenv (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c71 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()
[all …]
H A Dmisc_helper.c58 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_core_write_generic() local
59 cenv->spr[sprn] = val; in helper_spr_core_write_generic()
80 CPUPPCState *cenv = &POWERPC_CPU(ccs)->env; in helper_spr_write_CTRL() local
82 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() local
206 cenv->spr[SPR_PTCR] = val; in helper_store_ptcr()
269 CPUPPCState *cenv = &ccpu->env; in helper_load_dpdes() local
272 if (cenv->pending_interrupts & PPC_INTERRUPT_DOORBELL) { in helper_load_dpdes()