of_cpu_method
static const struct of_cpu_method __cpu_method_of_table_##name \
extern struct of_cpu_method __cpu_method_of_table[];
static const struct of_cpu_method __cpu_method_of_table_sentinel
struct of_cpu_method *m = __cpu_method_of_table;
extern const struct of_cpu_method __cpu_method_of_table[];
const struct of_cpu_method __cpu_method_of_table_sentinel
const struct of_cpu_method *m = __cpu_method_of_table;
static const struct of_cpu_method __cpu_method_of_table_##name \