Searched refs:machdep_calls (Results 1 – 2 of 2) sorted by relevance
21 struct machdep_calls { struct213 extern struct machdep_calls ppc_md; argument214 extern struct machdep_calls *machine_id;219 extern struct machdep_calls mach_##name; \221 struct machdep_calls mach_##name __machine_desc =225 extern struct machdep_calls mach_##name \
81 struct machdep_calls ppc_md;83 struct machdep_calls *machine_id;604 extern struct machdep_calls __machine_desc_start; in probe_machine()605 extern struct machdep_calls __machine_desc_end; in probe_machine()629 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()