Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsmp.h265 #ifndef __smp_processor_id
266 #define __smp_processor_id(x) raw_smp_processor_id(x) macro
273 # define smp_processor_id() __smp_processor_id()
276 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
/openbmc/linux/arch/x86/include/asm/
H A Dsmp.h147 #define __smp_processor_id() __this_cpu_read(pcpu_hot.cpu_number) macro
/openbmc/linux/arch/riscv/kernel/
H A Dmachine_kexec.c203 unsigned long this_cpu_id = __smp_processor_id(); in machine_kexec()
/openbmc/linux/arch/arm/vfp/
H A Dvfpmodule.c830 cpu = __smp_processor_id(); in kernel_neon_begin()