Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dsmp.h256 #ifndef __smp_processor_id
257 #define __smp_processor_id(x) raw_smp_processor_id(x) macro
264 # define smp_processor_id() __smp_processor_id()
267 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
/linux-6.3-rc2/arch/x86/include/asm/
A Dsmp.h155 #define __smp_processor_id() __this_cpu_read(pcpu_hot.cpu_number) macro
/linux-6.3-rc2/arch/riscv/kernel/
A Dmachine_kexec.c211 unsigned long this_cpu_id = __smp_processor_id(); in machine_kexec()
/linux-6.3-rc2/arch/arm/vfp/
A Dvfpmodule.c731 cpu = __smp_processor_id(); in kernel_neon_begin()

Completed in 11 milliseconds