Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
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/
A Dsmp.h46 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
56 #define raw_smp_processor_id raw_smp_processor_id macro
/linux/arch/openrisc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/csky/include/asm/
A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/xtensa/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sparc/include/asm/
A Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
A Dsmp_32.h104 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/hexagon/include/asm/
A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/s390/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (get_lowcore()->cpu_nr) macro
/linux/arch/powerpc/include/asm/
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/
A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/riscv/include/asm/
A Dsmp.h64 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/sh/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arm64/include/asm/
A Dsmp.h32 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/alpha/include/asm/
A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/arm/include/asm/
A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux/arch/x86/include/asm/
A Dsmp.h136 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number) macro
/linux/include/linux/
A Dsmp.h198 #define raw_smp_processor_id() 0 macro

Completed in 33 milliseconds