Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/arch/x86/include/asm/
Dsmp.h157 #define __smp_processor_id() __this_cpu_read(cpu_number) macro
/Linux-v6.1/arch/riscv/kernel/
Dmachine_kexec.c211 unsigned long this_cpu_id = __smp_processor_id(); in machine_kexec()