Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c768 MIPSCPU *other_cpu = env_archcpu(other); in helper_mttc0_tchalt() local
779 mips_tc_sleep(other_cpu, other_tc); in helper_mttc0_tchalt()
781 mips_tc_wake(other_cpu, other_tc); in helper_mttc0_tchalt()
1567 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_dvpe() local
1569 if (&other_cpu->env != env) { in helper_dvpe()
1570 other_cpu->env.mvp->CP0_MVPControl &= ~(1 << CP0MVPCo_EVP); in helper_dvpe()
1571 mips_vpe_sleep(other_cpu); in helper_dvpe()
1585 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_evpe() local
1587 if (&other_cpu->env != env in helper_evpe()
1589 && !mips_vpe_is_wfi(other_cpu)) { in helper_evpe()
[all …]
/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()