Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/mips/include/asm/
A 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.3-rc2/arch/loongarch/include/asm/
A 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.3-rc2/arch/csky/include/asm/
A Dsmp.h22 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dsmp.h13 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/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-6.3-rc2/arch/s390/include/asm/
A Dsmp.h14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-6.3-rc2/arch/powerpc/include/asm/
A 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.3-rc2/arch/parisc/include/asm/
A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/riscv/include/asm/
A Dsmp.h63 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/arm64/include/asm/
A Dsmp.h43 #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number)) macro
/linux-6.3-rc2/arch/arc/include/asm/
A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/ia64/include/asm/
A Dsmp.h46 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/arm/include/asm/
A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dsmp.h154 #define raw_smp_processor_id() this_cpu_read(pcpu_hot.cpu_number) macro
/linux-6.3-rc2/include/linux/
A Dsmp.h191 #define raw_smp_processor_id() 0 macro

Completed in 16 milliseconds