machdep_calls     235 arch/powerpc/include/asm/machdep.h extern struct machdep_calls ppc_md;
machdep_calls     236 arch/powerpc/include/asm/machdep.h extern struct machdep_calls *machine_id;
machdep_calls     241 arch/powerpc/include/asm/machdep.h 	extern struct machdep_calls mach_##name;		\
machdep_calls     243 arch/powerpc/include/asm/machdep.h 	struct machdep_calls mach_##name __machine_desc =
machdep_calls     247 arch/powerpc/include/asm/machdep.h 		extern struct machdep_calls mach_##name \
machdep_calls      79 arch/powerpc/kernel/setup-common.c struct machdep_calls ppc_md;
machdep_calls      81 arch/powerpc/kernel/setup-common.c struct machdep_calls *machine_id;
machdep_calls     598 arch/powerpc/kernel/setup-common.c 	extern struct machdep_calls __machine_desc_start;
machdep_calls     599 arch/powerpc/kernel/setup-common.c 	extern struct machdep_calls __machine_desc_end;
machdep_calls     623 arch/powerpc/kernel/setup-common.c 		memcpy(&ppc_md, machine_id, sizeof(struct machdep_calls));
machdep_calls      83 arch/powerpc/platforms/powermac/setup.c extern struct machdep_calls pmac_md;