Searched defs:smp_ops (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ | ||
H A D | smp.h | 66 struct smp_ops { struct |
/linux-4.1.27/arch/x86/kernel/ | ||
H A D | smp.c | 344 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 D | arch.h | 20 #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 D | smp.c | 79 static struct smp_operations smp_ops; variable in typeref:struct:smp_operations |
/linux-4.1.27/arch/powerpc/kernel/ | ||
H A D | smp.c | 78 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t |
Completed in 140 milliseconds