Home
last modified time | relevance | path

Searched refs:platform_can_hotplug_cpu (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dsmp_plat.h112 extern int platform_can_hotplug_cpu(unsigned int cpu);
114 static inline int platform_can_hotplug_cpu(unsigned int cpu) in platform_can_hotplug_cpu() function
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp.c225 int platform_can_hotplug_cpu(unsigned int cpu) in platform_can_hotplug_cpu() function
H A Dsetup.c1214 cpuinfo->cpu.hotpluggable = platform_can_hotplug_cpu(cpu); in topology_init()