Home
last modified time | relevance | path

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

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