Searched refs:get_cpuinfo (Results 1 – 6 of 6) sorted by relevance
62 void (*get_cpuinfo)(struct seq_file *m); member
244 if (ppc_md.get_cpuinfo != NULL) in show_cpuinfo()245 ppc_md.get_cpuinfo(m); in show_cpuinfo()
271 ppc_md.get_cpuinfo = chrp_get_cpuinfo; in chrp_init()
308 ppc_md.get_cpuinfo = iSeries_get_cpuinfo; in iSeries_init_early()
967 extern int get_cpuinfo(char *buffer); in get_hardware_list()979 len += get_cpuinfo(buffer+len); in get_hardware_list()
957 extern klcpu_t *get_cpuinfo(cpuid_t cpu);