Home
last modified time | relevance | path

Searched refs:cpu_has_hotplug (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/riscv/include/asm/
H A Dsmp.h120 bool cpu_has_hotplug(unsigned int cpu);
122 static inline bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
/openbmc/linux/arch/riscv/kernel/
H A Dcpu-hotplug.c19 bool cpu_has_hotplug(unsigned int cpu) in cpu_has_hotplug() function
H A Dsmp.c83 if (cpu_has_hotplug(cpu)) in ipi_cpu_crash_stop()
H A Dsetup.c323 cpu->hotpluggable = cpu_has_hotplug(i); in topology_init()