Home
last modified time | relevance | path

Searched refs:machdep_calls (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
Dmachdep.h33 struct machdep_calls { struct
267 extern struct machdep_calls ppc_md; argument
268 extern struct machdep_calls *machine_id;
273 extern struct machdep_calls mach_##name; \
275 struct machdep_calls mach_##name __machine_desc =
279 extern struct machdep_calls mach_##name \
/arch/powerpc/kernel/
Dsetup-common.c76 struct machdep_calls ppc_md;
78 struct machdep_calls *machine_id;
557 extern struct machdep_calls __machine_desc_start; in probe_machine()
558 extern struct machdep_calls __machine_desc_end; in probe_machine()
570 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
/arch/powerpc/platforms/powermac/
Dsetup.c89 extern struct machdep_calls pmac_md;