Home
last modified time | relevance | path

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

/qemu/
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()
/qemu/target/mips/tcg/sysemu/
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()
1579 if (&other_cpu->env != env) { in helper_dvpe()
1581 mips_vpe_sleep(other_cpu); in helper_dvpe()
1595 if (&other_cpu->env != env in helper_evpe()
1597 && !mips_vpe_is_wfi(other_cpu)) { in helper_evpe()
1616 if (&other_cpu->env != env) { in helper_dvp()
1617 mips_vpe_sleep(other_cpu); in helper_dvp()
1633 if ((&other_cpu->env != env) && !mips_vp_is_wfi(other_cpu)) { in helper_evp()
[all …]
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()
/qemu/target/mips/
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()

Completed in 20 milliseconds