Searched refs:__smp_processor_id (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dsmp.h264 #ifndef __smp_processor_id
265 #define __smp_processor_id() raw_smp_processor_id() macro
272 # define smp_processor_id() __smp_processor_id()
275 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
/linux-master/arch/riscv/kernel/
H A Dmachine_kexec.c185 unsigned long this_cpu_id = __smp_processor_id();
/linux-master/arch/x86/include/asm/
H A Dsmp.h136 #define __smp_processor_id() __this_cpu_read(pcpu_hot.cpu_number) macro
/linux-master/arch/arm/vfp/
H A Dvfpmodule.c848 cpu = __smp_processor_id();

Completed in 162 milliseconds