Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c204 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_ptcr() local
205 CPUPPCState *cenv = &ccpu->env; in helper_store_ptcr()
268 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_load_dpdes() local
269 CPUPPCState *cenv = &ccpu->env; in helper_load_dpdes()
270 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_load_dpdes()
298 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_dpdes() local
299 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_store_dpdes()
301 ppc_set_irq(ccpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
396 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_pmcr() local
397 ppc_set_pmcr(ccpu, val); in helper_store_pmcr()