Home
last modified time | relevance | path

Searched defs:smp_ops (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dsmp.h45 struct smp_ops { struct
67 extern struct smp_ops smp_ops; argument
/Linux-v4.19/arch/arm/include/asm/mach/
Darch.h20 #define smp_ops(ops) (&(ops)) macro
23 #define smp_ops(ops) (struct smp_operations *)NULL macro
/Linux-v4.19/arch/x86/kernel/
Dsmp.c309 struct smp_ops smp_ops = { variable
/Linux-v4.19/arch/powerpc/kernel/
Dsmp.c87 struct smp_ops_t *smp_ops; variable