Home
last modified time | relevance | path

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

/linux-3.3/arch/cris/include/asm/
Dsmp.h8 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/blackfin/include/asm/
Dsmp.h18 #define raw_smp_processor_id() blackfin_core_id() macro
/linux-3.3/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.3/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.3/arch/arm/include/asm/
Dsmp.h21 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/hexagon/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/um/include/asm/
Dsmp.h10 #define raw_smp_processor_id() (current_thread->cpu) macro
/linux-3.3/arch/s390/include/asm/
Dsmp.h19 #define raw_smp_processor_id() (S390_lowcore.cpu_nr) macro
/linux-3.3/arch/sh/include/asm/
Dsmp.h15 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/parisc/include/asm/
Dsmp.h36 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/mips/include/asm/
Dsmp.h26 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/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.3/arch/mn10300/include/asm/
Dsmp.h69 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/alpha/include/asm/
Dsmp.h43 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/ia64/include/asm/
Dsmp.h51 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/include/linux/
Dsmp.h121 #define raw_smp_processor_id() 0 macro
/linux-3.3/arch/m32r/include/asm/
Dsmp.h63 #define raw_smp_processor_id() (current_thread_info()->cpu) macro
/linux-3.3/arch/tile/include/asm/
Dprocessor.h346 #define raw_smp_processor_id() \ macro