Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dtopology.c43 static int cpu0_hotpluggable = 1; variable
45 static int cpu0_hotpluggable; variable
48 cpu0_hotpluggable = 1; in enable_cpu0_hotplug()
110 cpu0_hotpluggable = 0; in arch_register_cpu()
120 if (num == 0 && cpu0_hotpluggable) { in arch_register_cpu()
128 cpu0_hotpluggable = 0; in arch_register_cpu()
133 if (num || cpu0_hotpluggable) in arch_register_cpu()
/linux-6.1.9/arch/x86/
DKconfig2251 bool "Set default setting of cpu0_hotpluggable"
2254 Set whether default state of cpu0_hotpluggable is on or off.