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

/linux-master/arch/openrisc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/csky/include/asm/
H A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/xtensa/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/hexagon/include/asm/
H A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/parisc/include/asm/
H A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/sparc/include/asm/
H A Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
H A Dsmp_32.h104 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/s390/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-master/arch/sh/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/arc/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/alpha/include/asm/
H A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/riscv/include/asm/
H A Dsmp.h69 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/loongarch/include/asm/
H A Dsmp.h39 static inline int raw_smp_processor_id(void) function
49 #define raw_smp_processor_id raw_smp_processor_id macro
/linux-master/arch/mips/include/asm/
H A Dsmp.h26 static inline int raw_smp_processor_id(void) function
36 #define raw_smp_processor_id raw_smp_processor_id macro
/linux-master/arch/arm/include/asm/
H A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-master/arch/arm64/include/asm/
H A Dsmp.h43 #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number)) macro
/linux-master/include/linux/
H A Dsmp.h198 #define raw_smp_processor_id() 0 macro
/linux-master/arch/x86/include/asm/
H A Dsmp.h135 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number) macro
/linux-master/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

Completed in 224 milliseconds