Searched refs:ccpu (Results 1 – 2 of 2) sorted by relevance
204 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_ptcr() local205 CPUPPCState *cenv = &ccpu->env; in helper_store_ptcr()258 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_load_dpdes() local259 CPUPPCState *cenv = &ccpu->env; in helper_load_dpdes()260 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_load_dpdes()288 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in helper_store_dpdes() local289 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_store_dpdes()291 ppc_set_irq(ccpu, PPC_INTERRUPT_DOORBELL, val & (0x1 << thread_id)); in helper_store_dpdes()
3042 PowerPCCPU *ccpu = POWERPC_CPU(ccs); in msgsnd_core_tir() local3043 if (target_tir == ppc_cpu_tir(ccpu)) { in msgsnd_core_tir()3044 ppc_set_irq(ccpu, irq, 1); in msgsnd_core_tir()