Home
last modified time | relevance | path

Searched refs:of_cpu_method (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/sh/boards/
Dof-generic.c53 extern const struct of_cpu_method __cpu_method_of_table[];
54 const struct of_cpu_method __cpu_method_of_table_sentinel
61 const struct of_cpu_method *m = __cpu_method_of_table; in sh_of_smp_probe()
/Linux-v4.19/arch/sh/include/asm/
Dsmp.h68 struct of_cpu_method { struct
74 static const struct of_cpu_method __cpu_method_of_table_##name \ argument
/Linux-v4.19/arch/arm/kernel/
Ddevtree.c33 extern struct of_cpu_method __cpu_method_of_table[];
35 static const struct of_cpu_method __cpu_method_of_table_sentinel
42 struct of_cpu_method *m = __cpu_method_of_table; in set_smp_ops_by_method()
/Linux-v4.19/arch/arm/include/asm/
Dsmp.h113 struct of_cpu_method { struct
119 static const struct of_cpu_method __cpu_method_of_table_##name \ argument