Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsmp.h147 int native_cpu_up(unsigned int cpunum, struct task_struct *tidle);
/linux-4.4.14/arch/x86/kernel/
Dsmp.c347 .cpu_up = native_cpu_up,
Dsmpboot.c952 int native_cpu_up(unsigned int cpu, struct task_struct *tidle) in native_cpu_up() function
/linux-4.4.14/arch/x86/xen/
Dsmp.c783 rc = native_cpu_up(cpu, tidle); in xen_hvm_cpu_up()