Home
last modified time | relevance | path

Searched defs:__smp_processor_id (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/include/asm/
Dsmp.h167 #define __smp_processor_id() __this_cpu_read(cpu_number) macro
/linux-5.19.10/include/linux/
Dsmp.h257 #define __smp_processor_id(x) raw_smp_processor_id(x) macro