Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
A Dmachdep.h28 struct machdep_calls { struct
221 extern struct machdep_calls ppc_md; argument
222 extern struct machdep_calls *machine_id;
227 extern struct machdep_calls mach_##name; \
229 struct machdep_calls mach_##name __machine_desc =
233 extern struct machdep_calls mach_##name \
/linux/arch/powerpc/kernel/
A Dsetup-common.c79 struct machdep_calls ppc_md;
81 struct machdep_calls *machine_id;
587 extern struct machdep_calls __machine_desc_start; in probe_machine()
588 extern struct machdep_calls __machine_desc_end; in probe_machine()
612 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()

Completed in 5 milliseconds