Searched refs:core_slot (Results 1 – 1 of 1) sorted by relevance
3853 CPUArchId *core_slot = spapr_find_cpu_slot(ms, cc->core_id, NULL); in spapr_core_unplug() local3855 assert(core_slot); in spapr_core_unplug()3856 core_slot->cpu = NULL; in spapr_core_unplug()3938 CPUArchId *core_slot; in spapr_core_plug() local3943 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_plug()3944 g_assert(core_slot); /* Already checked in spapr_core_pre_plug() */ in spapr_core_plug()3970 core_slot->cpu = CPU(dev); in spapr_core_plug()3994 CPUArchId *core_slot; in spapr_core_pre_plug() local4025 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_pre_plug()4026 if (!core_slot) { in spapr_core_pre_plug()[all …]