Home
last modified time | relevance | path

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

/linux-6.6.21/arch/mips/include/asm/
Dsmp.h28 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
38 #define raw_smp_processor_id raw_smp_processor_id macro
/linux-6.6.21/arch/loongarch/include/asm/
Dsmp.h39 static inline int raw_smp_processor_id(void) in raw_smp_processor_id() function
49 #define raw_smp_processor_id raw_smp_processor_id macro
/linux-6.6.21/arch/openrisc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/csky/include/asm/
Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/xtensa/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/sparc/include/asm/
Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
Dsmp_32.h104 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/s390/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-6.6.21/arch/powerpc/include/asm/
Dsmp.h88 #define raw_smp_processor_id() (local_paca->paca_index) macro
94 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/parisc/include/asm/
Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/sh/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/arc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/arm64/include/asm/
Dsmp.h43 #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number)) macro
/linux-6.6.21/arch/riscv/include/asm/
Dsmp.h69 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/ia64/include/asm/
Dsmp.h46 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/alpha/include/asm/
Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/arm/include/asm/
Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.6.21/arch/x86/include/asm/
Dsmp.h146 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number) macro
/linux-6.6.21/include/linux/
Dsmp.h198 #define raw_smp_processor_id() 0 macro