Lines Matching refs:ppc_md
82 struct machdep_calls ppc_md; variable
83 EXPORT_SYMBOL(ppc_md);
142 if (ppc_md.machine_shutdown) in machine_shutdown()
143 ppc_md.machine_shutdown(); in machine_shutdown()
157 if (ppc_md.restart) in machine_restart()
158 ppc_md.restart(cmd); in machine_restart()
183 if (max_longs && ppc_md.get_random_seed && ppc_md.get_random_seed(v)) in arch_get_random_seed_longs()
192 if (ppc_md.halt) in machine_halt()
193 ppc_md.halt(); in machine_halt()
217 if (ppc_md.name) in show_cpuinfo_summary()
218 seq_printf(m, "platform\t: %s\n", ppc_md.name); in show_cpuinfo_summary()
226 if (ppc_md.show_cpuinfo != NULL) in show_cpuinfo_summary()
227 ppc_md.show_cpuinfo(m); in show_cpuinfo_summary()
285 if (ppc_md.get_proc_freq) in show_cpuinfo()
286 proc_freq = ppc_md.get_proc_freq(cpu_id); in show_cpuinfo()
623 for (i = 0; i < (sizeof(ppc_md) / sizeof(void *)); i++) { in probe_machine()
624 if (((void **)&ppc_md)[i]) { in probe_machine()
634 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
635 if (ppc_md.probe()) { in probe_machine()
648 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
763 ppc_md.panic(ptr); in ppc_panic_platform_handler()
793 if (ppc_md.panic) in setup_panic()
991 if (ppc_md.setup_arch) in setup_arch()
992 ppc_md.setup_arch(); in setup_arch()