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