Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/asm/
Dmachdep.h34 struct machdep_calls { struct
298 extern struct machdep_calls ppc_md; argument
299 extern struct machdep_calls *machine_id;
304 extern struct machdep_calls mach_##name; \
306 struct machdep_calls mach_##name __machine_desc =
310 extern struct machdep_calls mach_##name \
/linux-4.1.27/arch/powerpc/kernel/
Dsetup-common.c74 struct machdep_calls ppc_md;
76 struct machdep_calls *machine_id;
582 extern struct machdep_calls __machine_desc_start; in probe_machine()
583 extern struct machdep_calls __machine_desc_end; in probe_machine()
595 memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls)); in probe_machine()
/linux-4.1.27/arch/powerpc/platforms/powermac/
Dsetup.c89 extern struct machdep_calls pmac_md;