Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Dsmp.h46 struct smp_ops { struct
68 extern struct smp_ops smp_ops; argument
/Linux-v5.4/arch/arm/include/asm/mach/
Darch.h17 #define smp_ops(ops) (&(ops)) macro
20 #define smp_ops(ops) (struct smp_operations *)NULL macro
/Linux-v5.4/arch/x86/kernel/
Dsmp.c275 struct smp_ops smp_ops = { variable
/Linux-v5.4/arch/powerpc/kernel/
Dsmp.c104 struct smp_ops_t *smp_ops; variable