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

/linux-4.1.27/arch/x86/include/asm/
H A Dsmp.h66 struct smp_ops { struct
/linux-4.1.27/arch/x86/kernel/
H A Dsmp.c344 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
360 EXPORT_SYMBOL_GPL(smp_ops); variable
/linux-4.1.27/arch/arm/include/asm/mach/
H A Darch.h20 #define smp_ops(ops) (&(ops)) macro
23 #define smp_ops(ops) (struct smp_operations *)NULL macro
/linux-4.1.27/arch/arm/kernel/
H A Dsmp.c79 static struct smp_operations smp_ops; variable in typeref:struct:smp_operations
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp.c78 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t

Completed in 140 milliseconds