Home
last modified time | relevance | path

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

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