Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/arch/riscv/include/asm/
Dsmp.h42 #define raw_smp_processor_id() (*((int*)((char*)get_current() + TASK_TI_CPU))) macro
/Linux-v4.19/arch/openrisc/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/xtensa/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/hexagon/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/sparc/include/asm/
Dsmp_64.h48 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
Dsmp_32.h107 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dsmp.h80 #define raw_smp_processor_id() (local_paca->paca_index) macro
86 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/parisc/include/asm/
Dsmp.h37 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/arm64/include/asm/
Dsmp.h47 #define raw_smp_processor_id() (*raw_cpu_ptr(&cpu_number)) macro
/Linux-v4.19/arch/sh/include/asm/
Dsmp.h16 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/s390/include/asm/
Dsmp.h17 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/Linux-v4.19/arch/alpha/include/asm/
Dsmp.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/arc/include/asm/
Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/arm/include/asm/
Dsmp.h21 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/arch/ia64/include/asm/
Dsmp.h52 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/Linux-v4.19/include/linux/
Dsmp.h142 #define raw_smp_processor_id() 0 macro
/Linux-v4.19/arch/x86/include/asm/
Dsmp.h159 #define raw_smp_processor_id() (this_cpu_read(cpu_number)) macro