Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dcpu-common.c194 CPUState *other_cpu; in start_exclusive() local
214 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()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c767 MIPSCPU *other_cpu = env_archcpu(other); in helper_mttc0_tchalt() local
778 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() local
1579 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() local
1595 if (&other_cpu->env != env in helper_evpe()
1597 && !mips_vpe_is_wfi(other_cpu)) { in helper_evpe()
[all …]
H A Dtlb_helper.c354 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_ginvt() local
355 global_invalidate_tlb(&other_cpu->env, invMsgVPN2, invMsgR, invMsgMMid, in helper_ginvt()
/openbmc/linux/arch/x86/xen/
H A Denlighten.c188 bool other_cpu = (cpu != smp_processor_id()); in xen_vcpu_restore() local
198 if (other_cpu && is_up && in xen_vcpu_restore()
207 if (other_cpu && is_up && in xen_vcpu_restore()
/openbmc/qemu/target/mips/
H A Dinternal.h291 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in mips_vp_active() local
292 if ((&other_cpu->env != env) && in mips_vp_active()
293 ((other_cpu->env.CP0_VPControl >> CP0VPCtl_DIS) & 1)) { in mips_vp_active()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dmvneta.c4376 int other_cpu; in mvneta_cpu_online() local
4402 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()