Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
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-6.12.1/arch/loongarch/include/asm/
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-6.12.1/arch/openrisc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/csky/include/asm/
Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/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.12.1/arch/hexagon/include/asm/
Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/s390/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (get_lowcore()->cpu_nr) macro
/linux-6.12.1/arch/powerpc/include/asm/
Dsmp.h89 #define raw_smp_processor_id() (local_paca->paca_index) macro
95 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/parisc/include/asm/
Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/riscv/include/asm/
Dsmp.h64 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/sh/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/arc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/arm64/include/asm/
Dsmp.h32 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/alpha/include/asm/
Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/arm/include/asm/
Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.12.1/arch/x86/include/asm/
Dsmp.h136 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number) macro
/linux-6.12.1/include/linux/
Dsmp.h198 #define raw_smp_processor_id() 0 macro