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 */
machtype40include/asm-mips/floppy.hif (boot_info.machtype == MACH_ACER_PICA_61 ||                  \
machtype41include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 ||              \
machtype42include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700)                   \
machtype55include/asm-mips/floppy.h#define FDC1      ((boot_info.machtype == MACH_ACER_PICA_61 || \
machtype56include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 || \
machtype57include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700) ? \
machtype50include/linux/a.out.h#define N_SET_MACHTYPE(exec, machtype) \
machtype52include/linux/a.out.h((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))