Searched refs:hotpluggable (Results 1 – 3 of 3) sorted by relevance
364 u32 hotpluggable; in acpi_parse_memory_affinity() local380 hotpluggable = IS_ENABLED(CONFIG_MEMORY_HOTPLUG) && in acpi_parse_memory_affinity()407 hotpluggable ? " hotplug" : "", in acpi_parse_memory_affinity()411 if (hotpluggable && memblock_mark_hotplug(start, ma->length)) in acpi_parse_memory_affinity()
408 cpu->dev.offline_disabled = !cpu->hotpluggable; in register_cpu()412 if (cpu->hotpluggable) in register_cpu()532 return dev && container_of(dev, struct cpu, dev)->hotpluggable in cpu_is_hotpluggable()549 c->hotpluggable = arch_cpu_is_hotpluggable(cpu); in arch_register_cpu()
1007 bool hotpluggable; in early_init_dt_scan_memory() local1023 hotpluggable = of_get_flat_dt_prop(node, "hotpluggable", NULL); in early_init_dt_scan_memory()1042 if (!hotpluggable) in early_init_dt_scan_memory()
Completed in 10 milliseconds