Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dsmp.h28 struct smp_ops { struct
52 extern struct smp_ops smp_ops; argument
/openbmc/linux/arch/arm/include/asm/mach/
H A Darch.h17 #define smp_ops(ops) (&(ops)) macro
20 #define smp_ops(ops) (struct smp_operations *)NULL macro
/openbmc/linux/arch/x86/kernel/
H A Dsmp.c279 struct smp_ops smp_ops = { variable
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c144 struct smp_ops_t *smp_ops; variable