Searched refs:other_cpu (Results 1 – 6 of 6) sorted by relevance
194 CPUState *other_cpu; in start_exclusive() local214 CPU_FOREACH(other_cpu) { in start_exclusive()215 if (qatomic_read(&other_cpu->running)) { in start_exclusive()216 other_cpu->has_waiter = true; in start_exclusive()218 qemu_cpu_kick(other_cpu); in start_exclusive()
767 MIPSCPU *other_cpu = env_archcpu(other); in helper_mttc0_tchalt() local778 mips_tc_sleep(other_cpu, other_tc); in helper_mttc0_tchalt()780 mips_tc_wake(other_cpu, other_tc); in helper_mttc0_tchalt()1577 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_dvpe() local1579 if (&other_cpu->env != env) { in helper_dvpe()1580 other_cpu->env.mvp->CP0_MVPControl &= ~(1 << CP0MVPCo_EVP); in helper_dvpe()1581 mips_vpe_sleep(other_cpu); in helper_dvpe()1593 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_evpe() local1595 if (&other_cpu->env != env in helper_evpe()1597 && !mips_vpe_is_wfi(other_cpu)) { in helper_evpe()[all …]
354 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_ginvt() local355 global_invalidate_tlb(&other_cpu->env, invMsgVPN2, invMsgR, invMsgMMid, in helper_ginvt()
188 bool other_cpu = (cpu != smp_processor_id()); in xen_vcpu_restore() local198 if (other_cpu && is_up && in xen_vcpu_restore()207 if (other_cpu && is_up && in xen_vcpu_restore()
291 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in mips_vp_active() local292 if ((&other_cpu->env != env) && in mips_vp_active()293 ((other_cpu->env.CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in mips_vp_active()
4376 int other_cpu; in mvneta_cpu_online() local4402 for_each_online_cpu(other_cpu) { in mvneta_cpu_online()4403 if (other_cpu != cpu) { in mvneta_cpu_online()4405 per_cpu_ptr(pp->ports, other_cpu); in mvneta_cpu_online()