Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dmachdep.h34 struct machdep_calls { struct
238 extern struct machdep_calls ppc_md; argument
239 extern struct machdep_calls *machine_id;
244 extern struct machdep_calls mach_##name; \
246 struct machdep_calls mach_##name __machine_desc =
250 extern struct machdep_calls mach_##name \
/arch/powerpc/kernel/
Dsetup-common.c82 struct machdep_calls ppc_md;
84 struct machdep_calls *machine_id;
600 extern struct machdep_calls __machine_desc_start; in probe_machine()
601 extern struct machdep_calls __machine_desc_end; in probe_machine()
625 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
/arch/powerpc/platforms/powermac/
Dsetup.c88 extern struct machdep_calls pmac_md;