raw_smp_processor_id   44 arch/alpha/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id   15 arch/arc/include/asm/smp.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id   18 arch/arm/include/asm/smp.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id   43 arch/arm64/include/asm/smp.h #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number))
raw_smp_processor_id   22 arch/csky/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id   13 arch/hexagon/include/asm/smp.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id   52 arch/ia64/include/asm/smp.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id   28 arch/mips/include/asm/smp.h static inline int raw_smp_processor_id(void)
raw_smp_processor_id   38 arch/mips/include/asm/smp.h #define raw_smp_processor_id raw_smp_processor_id
raw_smp_processor_id   15 arch/openrisc/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id   37 arch/parisc/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id   76 arch/powerpc/include/asm/smp.h #define raw_smp_processor_id()	(local_paca->paca_index)
raw_smp_processor_id   94 arch/powerpc/include/asm/smp.h #define raw_smp_processor_id()		(0)
raw_smp_processor_id   96 arch/powerpc/include/asm/smp.h #define raw_smp_processor_id()		(*(unsigned int *)((void *)current + _TASK_CPU))
raw_smp_processor_id   44 arch/riscv/include/asm/smp.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id   14 arch/s390/include/asm/smp.h #define raw_smp_processor_id()	(S390_lowcore.cpu_nr)
raw_smp_processor_id   16 arch/sh/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id  107 arch/sparc/include/asm/smp_32.h #define raw_smp_processor_id()		(current_thread_info()->cpu)
raw_smp_processor_id   48 arch/sparc/include/asm/smp_64.h #define raw_smp_processor_id() (current_thread_info()->cpu)
raw_smp_processor_id  167 arch/x86/include/asm/smp.h #define raw_smp_processor_id()  this_cpu_read(cpu_number)
raw_smp_processor_id   14 arch/xtensa/include/asm/smp.h #define raw_smp_processor_id()	(current_thread_info()->cpu)
raw_smp_processor_id  146 include/linux/smp.h #define raw_smp_processor_id()			0