Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c116 CPUState *other_cs; in mips_cpu_map_tc() local
129 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() local
1576 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() local
1592 CPU_FOREACH(other_cs) { in helper_evpe()
1593 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_evpe()
[all …]
H A Dtlb_helper.c347 CPUState *other_cs = first_cpu; in helper_ginvt() local
353 CPU_FOREACH(other_cs) { in helper_ginvt()
354 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in helper_ginvt()
/openbmc/qemu/target/mips/
H A Dinternal.h282 CPUState *other_cs = first_cpu; in mips_vp_active() local
290 CPU_FOREACH(other_cs) { in mips_vp_active()
291 MIPSCPU *other_cpu = MIPS_CPU(other_cs); in mips_vp_active()
/openbmc/qemu/target/i386/
H A Dhelper.c507 CPUState *other_cs; in cpu_x86_inject_mce() local
514 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(&params)); in cpu_x86_inject_mce()