Searched defs:raw_smp_processor_id (Results 1 - 21 of 21) sorted by relevance

/linux-4.1.27/arch/arm64/include/asm/
H A Dsmp.h27 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/blackfin/include/asm/
H A Dsmp.h18 #define raw_smp_processor_id() blackfin_core_id() macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dsmp.h14 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dsmp.h6 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dsmp_64.h44 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
H A Dsmp_32.h106 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dsmp.h35 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dsmp.h18 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dsmp.h16 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dsmp.h28 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dsmp.h21 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/alpha/include/asm/
H A Dsmp.h43 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/include/linux/
H A Dsmp.h130 #define raw_smp_processor_id() 0 up_smp_call_function() macro
/linux-4.1.27/arch/mn10300/include/asm/
H A Dsmp.h70 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
104 #define raw_smp_processor_id() 0 macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dsmp.h73 #define raw_smp_processor_id() (local_paca->paca_index) macro
79 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dsmp.h51 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dsmp.h191 #define raw_smp_processor_id() (this_cpu_read(cpu_number)) macro
195 #define raw_smp_processor_id() (this_cpu_read(cpu_number)) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dsmp.h63 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-4.1.27/arch/tile/include/asm/
H A Dprocessor.h351 #define raw_smp_processor_id() \ macro
364 #define raw_smp_processor_id() \ macro

Completed in 2009 milliseconds