Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsmp.h270 #ifndef __smp_processor_id
271 #define __smp_processor_id() raw_smp_processor_id() macro
278 # define smp_processor_id() __smp_processor_id()
281 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
/linux/arch/riscv/kernel/
H A Dmachine_kexec.c154 unsigned long this_cpu_id = __smp_processor_id(); in machine_kexec()
/linux/arch/x86/include/asm/
H A Dsmp.h140 #define __smp_processor_id() __this_cpu_read(cpu_number) macro
/linux/arch/arm/vfp/
H A Dvfpmodule.c881 cpu = __smp_processor_id(); in kernel_neon_begin()