machtype          168 arch/m68k/include/uapi/asm/bootinfo.h 		__be32 machtype;
machtype           61 arch/m68k/sun3/idprom.c static void __init display_system_type(unsigned char machtype)
machtype           66 arch/m68k/sun3/idprom.c 		if(Sun_Machines[i].id_machtype == machtype) {
machtype           67 arch/m68k/sun3/idprom.c 			if (machtype != (SM_SUN4M_OBP | 0x00))
machtype           82 arch/m68k/sun3/idprom.c 	prom_printf("IDPROM: Bogus id_machtype value, 0x%x\n", machtype);
machtype           42 arch/mips/loongson64/common/machtype.c 	int machtype = MACH_LEMOTE_FL2E;
machtype           58 arch/mips/loongson64/common/machtype.c 	for (; system_types[machtype]; machtype++)
machtype           59 arch/mips/loongson64/common/machtype.c 		if (strstr(system_types[machtype], str)) {
machtype           60 arch/mips/loongson64/common/machtype.c 			mips_machtype = machtype;
machtype           40 arch/sparc/kernel/idprom.c static void __init display_system_type(unsigned char machtype)
machtype           46 arch/sparc/kernel/idprom.c 		if (Sun_Machines[i].id_machtype == machtype) {
machtype           47 arch/sparc/kernel/idprom.c 			if (machtype != (SM_SUN4M_OBP | 0x00) ||
machtype           58 arch/sparc/kernel/idprom.c 	prom_printf("IDPROM: Warning, bogus id_machtype value, 0x%x\n", machtype);
machtype           61 arch/sparc/kernel/idprom.c static void __init display_system_type(unsigned char machtype)
machtype           55 include/uapi/linux/a.out.h #define N_SET_MACHTYPE(exec, machtype) \
machtype           57 include/uapi/linux/a.out.h 	 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))