Searched refs:other_cs (Results 1 – 4 of 4) sorted by relevance
116 CPUState *other_cs; in mips_cpu_map_tc() local129 other_cs = qemu_get_cpu(vpe_idx); in mips_cpu_map_tc()130 if (other_cs == NULL) { in mips_cpu_map_tc()133 cpu = MIPS_CPU(other_cs); in mips_cpu_map_tc()1573 CPUState *other_cs = first_cpu; in helper_dvpe() local1576 CPU_FOREACH(other_cs) { in helper_dvpe()1577 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_dvpe()1589 CPUState *other_cs = first_cpu; in helper_evpe() local1592 CPU_FOREACH(other_cs) { in helper_evpe()1593 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_evpe()[all …]
347 CPUState *other_cs = first_cpu; in helper_ginvt() local353 CPU_FOREACH(other_cs) { in helper_ginvt()354 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_ginvt()
282 CPUState *other_cs = first_cpu; in mips_vp_active() local290 CPU_FOREACH(other_cs) { in mips_vp_active()291 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in mips_vp_active()
507 CPUState *other_cs; in cpu_x86_inject_mce() local514 CPU_FOREACH(other_cs) { in cpu_x86_inject_mce()515 if (other_cs == cs) { in cpu_x86_inject_mce()518 run_on_cpu(other_cs, do_inject_x86_mce, RUN_ON_CPU_HOST_PTR(¶ms)); in cpu_x86_inject_mce()