taglinefilesource code
machtype369arch/mips/kernel/traps.cswitch(boot_info.machtype) {
machtype28arch/mips/kernel/tynedma.cif (boot_info.machtype != MACH_DESKSTATION_TYNE)
machtype71include/asm-mips/bootinfo.hunsigned long machtype;      /* machine type */
machtype60include/linux/a.out.h#define N_SET_MACHTYPE(exec, machtype) \
machtype62include/linux/a.out.h((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))