Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dsmp.h17 struct smp_ops { struct
22 extern struct smp_ops mp_ops; argument
/linux/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