Home
last modified time | relevance | path

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

/linux-6.8/arch/x86/include/asm/
Dsmp.h26 struct smp_ops { struct
50 extern struct smp_ops smp_ops; argument
/linux-6.8/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.8/arch/x86/kernel/
Dsmp.c279 struct smp_ops smp_ops = { variable
/linux-6.8/arch/powerpc/kernel/
Dsmp.c135 struct smp_ops_t *smp_ops; variable