Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dsmp.h263 #ifndef __smp_processor_id
264 #define __smp_processor_id(x) raw_smp_processor_id(x) macro
271 # define smp_processor_id() __smp_processor_id()
274 #define get_cpu() ({ preempt_disable(); __smp_processor_id(); })
/linux-6.6.21/arch/x86/include/asm/
Dsmp.h147 #define __smp_processor_id() __this_cpu_read(pcpu_hot.cpu_number) macro
/linux-6.6.21/arch/riscv/kernel/
Dmachine_kexec.c211 unsigned long this_cpu_id = __smp_processor_id(); in machine_kexec()
/linux-6.6.21/arch/arm/vfp/
Dvfpmodule.c830 cpu = __smp_processor_id(); in kernel_neon_begin()