Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dsmp.h56 struct smp_ops { struct
80 extern struct smp_ops smp_ops; argument
/linux-4.4.14/arch/arm/include/asm/mach/
Darch.h20 #define smp_ops(ops) (&(ops)) macro
23 #define smp_ops(ops) (struct smp_operations *)NULL macro
/linux-4.4.14/arch/x86/kernel/
Dsmp.c339 struct smp_ops smp_ops = { variable
/linux-4.4.14/arch/arm/kernel/
Dsmp.c81 static struct smp_operations smp_ops; variable
/linux-4.4.14/arch/powerpc/kernel/
Dsmp.c78 struct smp_ops_t *smp_ops; variable