Lines Matching refs:ppc_md
81 struct machdep_calls ppc_md; variable
82 EXPORT_SYMBOL(ppc_md);
137 if (ppc_md.machine_shutdown) in machine_shutdown()
138 ppc_md.machine_shutdown(); in machine_shutdown()
152 if (ppc_md.restart) in machine_restart()
153 ppc_md.restart(cmd); in machine_restart()
178 if (max_longs && ppc_md.get_random_seed && ppc_md.get_random_seed(v)) in arch_get_random_seed_longs()
187 if (ppc_md.halt) in machine_halt()
188 ppc_md.halt(); in machine_halt()
212 if (ppc_md.name) in show_cpuinfo_summary()
213 seq_printf(m, "platform\t: %s\n", ppc_md.name); in show_cpuinfo_summary()
221 if (ppc_md.show_cpuinfo != NULL) in show_cpuinfo_summary()
222 ppc_md.show_cpuinfo(m); in show_cpuinfo_summary()
280 if (ppc_md.get_proc_freq) in show_cpuinfo()
281 proc_freq = ppc_md.get_proc_freq(cpu_id); in show_cpuinfo()
618 for (i = 0; i < (sizeof(ppc_md) / sizeof(void *)); i++) { in probe_machine()
619 if (((void **)&ppc_md)[i]) { in probe_machine()
629 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
630 if (ppc_md.probe()) { in probe_machine()
643 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
758 ppc_md.panic(ptr); in ppc_panic_platform_handler()
788 if (ppc_md.panic) in setup_panic()
986 if (ppc_md.setup_arch) in setup_arch()
987 ppc_md.setup_arch(); in setup_arch()