Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dsmp.h157 int native_cpu_up(unsigned int cpunum, struct task_struct *tidle);
/linux-4.1.27/arch/x86/kernel/
Dsmp.c352 .cpu_up = native_cpu_up,
Dsmpboot.c923 int native_cpu_up(unsigned int cpu, struct task_struct *tidle) in native_cpu_up() function
/linux-4.1.27/arch/x86/xen/
Dsmp.c756 rc = native_cpu_up(cpu, tidle); in xen_hvm_cpu_up()