Searched refs:spapr_find_cpu_slot (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/ppc/ |
H A D | spapr.c | 2560 static CPUArchId *spapr_find_cpu_slot(MachineState *ms, uint32_t id, int *idx) in spapr_find_cpu_slot() function 3853 CPUArchId *core_slot = spapr_find_cpu_slot(ms, cc->core_id, NULL); in spapr_core_unplug() 3869 if (!spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index)) { in spapr_core_unplug_request() 3943 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_plug() 4025 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_pre_plug() 4306 core_slot = spapr_find_cpu_slot(machine, cpu_index, NULL); in spapr_cpu_index_to_props()
|