Home
last modified time | relevance | path

Searched defs:smp_ops (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dsmp.h36 struct smp_ops { struct
58 extern struct smp_ops smp_ops; argument
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
Darch.h17 #define smp_ops(ops) (&(ops)) macro
20 #define smp_ops(ops) (struct smp_operations *)NULL macro
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsmp.c260 struct smp_ops smp_ops = { variable
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dsmp.c117 struct smp_ops_t *smp_ops; variable