Home
last modified time | relevance | path

Searched defs:raw_smp_processor_id (Results 1 – 15 of 15) sorted by relevance

/linux/arch/mips/include/asm/
H A Dsmp.h26 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
36 #define raw_smp_processor_id raw_smp_processor_id macro
/linux/arch/loongarch/include/asm/
H A Dsmp.h47 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
57 #define raw_smp_processor_id raw_smp_processor_id macro
/linux/arch/openrisc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/csky/include/asm/
H A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/xtensa/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/hexagon/include/asm/
H A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/powerpc/include/asm/
H A Dsmp.h89 #define raw_smp_processor_id() (local_paca->paca_index) macro
95 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/parisc/include/asm/
H A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sh/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arm64/include/asm/
H A Dsmp.h32 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/alpha/include/asm/
H A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sparc/include/asm/
H A Dsmp_32.h104 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arm/include/asm/
H A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/include/linux/
H A Dsmp.h198 #define raw_smp_processor_id() 0 macro