Home
last modified time | relevance | path

Searched refs:vsmp_smp_ops (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/mips/include/asm/
Dsmp-ops.h102 extern const struct plat_smp_ops vsmp_smp_ops; in register_vsmp_smp_ops()
107 register_smp_ops(&vsmp_smp_ops); in register_vsmp_smp_ops()
/linux-6.1.9/arch/mips/lantiq/
Dprom.c41 extern const struct plat_smp_ops vsmp_smp_ops;
118 lantiq_smp_ops = vsmp_smp_ops; in prom_init()
/linux-6.1.9/arch/mips/kernel/
Dsmp-mt.c231 const struct plat_smp_ops vsmp_smp_ops = { variable