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

/linux-4.4.14/arch/x86/include/asm/
H A Dsmp.h56 struct smp_ops { struct
/linux-4.4.14/arch/x86/kernel/
H A Dsmp.c339 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
355 EXPORT_SYMBOL_GPL(smp_ops); variable
/linux-4.4.14/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.4.14/arch/powerpc/kernel/
H A Dsmp.c78 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t
/linux-4.4.14/arch/arm/kernel/
H A Dsmp.c81 static struct smp_operations smp_ops; variable in typeref:struct:smp_operations

Completed in 341 milliseconds