Searched refs:core_slot (Results 1 – 1 of 1) sorted by relevance
3886 CPUArchId *core_slot = spapr_find_cpu_slot(ms, cc->core_id, NULL); in spapr_core_unplug() local3888 assert(core_slot); in spapr_core_unplug()3889 core_slot->cpu = NULL; in spapr_core_unplug()3971 CPUArchId *core_slot; in spapr_core_plug() local3976 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_plug()3977 g_assert(core_slot); /* Already checked in spapr_core_pre_plug() */ in spapr_core_plug()4003 core_slot->cpu = CPU(dev); in spapr_core_plug()4027 CPUArchId *core_slot; in spapr_core_pre_plug() local4058 core_slot = spapr_find_cpu_slot(MACHINE(hotplug_dev), cc->core_id, &index); in spapr_core_pre_plug()4059 if (!core_slot) { in spapr_core_pre_plug()[all …]