Home
last modified time | relevance | path

Searched refs:cpu_is_bsp (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu-sysemu.c238 bool cpu_is_bsp(X86CPU *cpu) in cpu_is_bsp() function
H A Dcpu.h2489 bool cpu_is_bsp(X86CPU *cpu);
H A Dcpu.c6838 s->halted = !cpu_is_bsp(cpu); in x86_cpu_reset_hold()
/openbmc/qemu/hw/intc/
H A Dapic_common.c211 s->wait_for_sipi = !cpu_is_bsp(s->cpu); in apic_init_reset()
/openbmc/qemu/target/i386/hvf/
H A Dhvf.c433 if (!cpu_is_bsp(X86_CPU(cpu)) && cpu->halted) { in hvf_vcpu_exec()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c2255 env->mp_state = cpu_is_bsp(cpu) ? KVM_MP_STATE_RUNNABLE : in kvm_arch_reset_vcpu()