Lines Matching refs:other_cpu
767 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()
1599 other_cpu->env.mvp->CP0_MVPControl |= (1 << CP0MVPCo_EVP); in helper_evpe()
1600 mips_vpe_wake(other_cpu); /* And wake it up. */ in helper_evpe()
1614 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_dvp() local
1616 if (&other_cpu->env != env) { in helper_dvp()
1617 mips_vpe_sleep(other_cpu); in helper_dvp()
1632 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_evp() local
1633 if ((&other_cpu->env != env) && !mips_vp_is_wfi(other_cpu)) { in helper_evp()
1638 mips_vpe_wake(other_cpu); in helper_evp()