Lines Matching refs:ppc_md
81 struct machdep_calls ppc_md; variable
82 EXPORT_SYMBOL(ppc_md);
127 if (ppc_md.machine_shutdown) in machine_shutdown()
128 ppc_md.machine_shutdown(); in machine_shutdown()
142 if (ppc_md.restart) in machine_restart()
143 ppc_md.restart(cmd); in machine_restart()
168 if (max_longs && ppc_md.get_random_seed && ppc_md.get_random_seed(v)) in arch_get_random_seed_longs()
177 if (ppc_md.halt) in machine_halt()
178 ppc_md.halt(); in machine_halt()
202 if (ppc_md.name) in show_cpuinfo_summary()
203 seq_printf(m, "platform\t: %s\n", ppc_md.name); in show_cpuinfo_summary()
211 if (ppc_md.show_cpuinfo != NULL) in show_cpuinfo_summary()
212 ppc_md.show_cpuinfo(m); in show_cpuinfo_summary()
270 if (ppc_md.get_proc_freq) in show_cpuinfo()
271 proc_freq = ppc_md.get_proc_freq(cpu_id); in show_cpuinfo()
630 for (i = 0; i < (sizeof(ppc_md) / sizeof(void *)); i++) { in probe_machine()
631 if (((void **)&ppc_md)[i]) { in probe_machine()
645 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
646 if (ppc_md.probe && !ppc_md.probe()) in probe_machine()
658 seq_buf_puts(&ppc_hw_desc, ppc_md.name); in probe_machine()
773 ppc_md.panic(ptr); in ppc_panic_platform_handler()
803 if (ppc_md.panic) in setup_panic()
1008 if (ppc_md.setup_arch) in setup_arch()
1009 ppc_md.setup_arch(); in setup_arch()