taglinefilesource code
machtype364arch/mips/kernel/irq.cswitch (boot_info.machtype) {
machtype257arch/mips/kernel/setup.cswitch(boot_info.machtype)
machtype347arch/mips/kernel/setup.cmach_name[boot_info.machtype < CPU_LAST ? boot_info.machtype : CPU_UNKNOWN],
machtype326arch/mips/kernel/traps.cif(boot_info.machtype == MACH_MIPS_MAGNUM_4000)
machtype117arch/mips/kernel/tyne-c.cif (boot_info.machtype != MACH_DESKSTATION_TYNE)
machtype80include/asm-mips/bootinfo.hunsigned long machtype;
machtype41include/asm-mips/floppy.hif (boot_info.machtype == MACH_ACER_PICA_61 ||                  \
machtype42include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 ||              \
machtype43include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700)                   \
machtype56include/asm-mips/floppy.h#define FDC1      ((boot_info.machtype == MACH_ACER_PICA_61 || \
machtype57include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 || \
machtype58include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700) ? \
machtype52include/linux/a.out.h#define N_SET_MACHTYPE(exec, machtype) \
machtype54include/linux/a.out.h((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))