Searched defs:smp_ops (Results 1 - 4 of 4) sorted by last modified time

/linux-master/arch/powerpc/kernel/
H A Dsmp.c135 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t
[all...]
/linux-master/arch/x86/kernel/
H A Dsmp.c283 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
301 EXPORT_SYMBOL_GPL(smp_ops); variable
/linux-master/arch/x86/include/asm/
H A Dsmp.h23 struct smp_ops { struct
[all...]
/linux-master/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

Completed in 200 milliseconds