Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dcpu.h20 #define stack_smp_processor_id() 0 macro
Dsmp.h197 #define stack_smp_processor_id() \ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1352 int cpu = stack_smp_processor_id(); in cpu_init()