Home
last modified time | relevance | path

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

/qemu/hw/i386/
H A Dx86-common.c147 static CPUArchId *x86_find_cpu_slot(MachineState *ms, uint32_t id, int *idx) in x86_find_cpu_slot() function
185 found_cpu = x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, NULL); in x86_cpu_plug()
203 x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, &idx); in x86_cpu_unplug_request_cb()
227 found_cpu = x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, NULL); in x86_cpu_unplug_cb()
354 cpu_slot = x86_find_cpu_slot(MACHINE(x86ms), cpu->apic_id, &idx); in x86_cpu_pre_plug()