Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dsmp.h113 struct of_cpu_method { struct
119 static const struct of_cpu_method __cpu_method_of_table_##name \ argument
/arch/arm/kernel/
Ddevtree.c32 extern struct of_cpu_method __cpu_method_of_table[];
34 static const struct of_cpu_method __cpu_method_of_table_sentinel
41 struct of_cpu_method *m = __cpu_method_of_table; in set_smp_ops_by_method()