Home
last modified time | relevance | path

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

/linux-3.4.99/arch/cris/include/asm/
Dsmp.h8 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/sparc/include/asm/
Dsmp_64.h45 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
Dsmp_32.h160 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/blackfin/include/asm/
Dsmp.h18 #define raw_smp_processor_id() blackfin_core_id() macro
/linux-3.4.99/arch/powerpc/include/asm/
Dsmp.h72 #define raw_smp_processor_id() (local_paca->paca_index) macro
78 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/hexagon/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/arm/include/asm/
Dsmp.h21 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/um/include/asm/
Dsmp.h10 #define raw_smp_processor_id() (current_thread->cpu) macro
/linux-3.4.99/arch/parisc/include/asm/
Dsmp.h36 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/sh/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/mips/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/x86/include/asm/
Dsmp.h191 #define raw_smp_processor_id() (percpu_read(cpu_number)) macro
195 #define raw_smp_processor_id() (percpu_read(cpu_number)) macro
/linux-3.4.99/arch/s390/include/asm/
Dsmp.h14 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-3.4.99/arch/mn10300/include/asm/
Dsmp.h69 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/alpha/include/asm/
Dsmp.h43 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/ia64/include/asm/
Dsmp.h51 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/include/linux/
Dsmp.h137 #define raw_smp_processor_id() 0 macro
/linux-3.4.99/arch/m32r/include/asm/
Dsmp.h63 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.4.99/arch/tile/include/asm/
Dprocessor.h346 #define raw_smp_processor_id() \ macro