Searched refs:mach_type (Results 1 – 3 of 3) sorted by relevance
13 mach_type[nr] = "MACH_TYPE_"$3;20 mach_type[nr] = "MACH_TYPE_"$3;40 printf("#define %-30s %d\n", mach_type[i], num[i]);51 printf("# define machine_arch_type\t%s\n", mach_type[i]);53 printf("# define %s()\t(machine_arch_type == %s)\n", machine_is[i], mach_type[i]);62 printf("/* #define %-30s <<not registered>> */\n", mach_type[i]);
19 unsigned long mach_type; member33 .mach_type = _type, \
33 mips_machtype = mach->mach_type; in mips_machtype_setup()53 if (mips_machtype == mach->mach_type) { in mips_machine_setup()