Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kernel/
Dtopology.c42 static int cpu0_hotpluggable = 1; variable
44 static int cpu0_hotpluggable; variable
47 cpu0_hotpluggable = 1; in enable_cpu0_hotplug()
109 cpu0_hotpluggable = 0; in arch_register_cpu()
119 if (num == 0 && cpu0_hotpluggable) { in arch_register_cpu()
127 cpu0_hotpluggable = 0; in arch_register_cpu()
132 if (num || cpu0_hotpluggable) in arch_register_cpu()
/Linux-v5.10/arch/x86/
DKconfig2229 bool "Set default setting of cpu0_hotpluggable"
2232 Set whether default state of cpu0_hotpluggable is on or off.