Home
last modified time | relevance | path

Searched refs:CPU_NEXT (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dtcg-accel-ops-rr.c92 if (!rr_kick_vcpu_timer && CPU_NEXT(first_cpu)) { in rr_start_kick_timer()
278 cpu = CPU_NEXT(cpu); in rr_cpu_thread_fn()
283 cpu = CPU_NEXT(cpu); in rr_cpu_thread_fn()
/openbmc/qemu/hw/arm/
H A Dboot.c1147 for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { in arm_setup_direct_kernel_boot()
1224 for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { in arm_load_kernel()
1285 for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { in arm_load_kernel()
H A Dmps3r.c248 for (CPUState *cs = first_cpu; cs; cs = CPU_NEXT(cs)) { in mps3r_write_secondary_boot()
/openbmc/qemu/gdbstub/
H A Dgdbstub.c268 cpu = CPU_NEXT(cpu); in gdb_next_cpu_in_process()
275 cpu = CPU_NEXT(cpu); in gdb_next_cpu_in_process()
284 cpu = CPU_NEXT(cpu); in gdb_next_attached_cpu()
291 cpu = CPU_NEXT(cpu); in gdb_next_attached_cpu()
/openbmc/qemu/hw/riscv/
H A Dboot.c453 for (cs = first_cpu; cs; cs = CPU_NEXT(cs)) { in riscv_setup_direct_kernel()
/openbmc/qemu/system/
H A Dmemory_mapping.c320 cpu = CPU_NEXT(cpu)) { in qemu_get_guest_memory_mapping()
/openbmc/qemu/include/hw/core/
H A Dcpu.h595 #define CPU_NEXT(cpu) QTAILQ_NEXT_RCU(cpu, node) macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dmisc_helper.c539 if (cs->cpu_index != 0 || CPU_NEXT(cs) != NULL) { in helper_mwait()
/openbmc/qemu/hw/intc/
H A Dmips_gic.c427 cs = CPU_NEXT(cs); in mips_gic_realize()
/openbmc/qemu/linux-user/
H A Dsyscall.c9222 if (CPU_NEXT(first_cpu)) { in _syscall2()