taglinefilesource code
boot_info300arch/mips/kernel/irq.cswitch (boot_info.machtype) {
boot_info207arch/mips/kernel/setup.cstruct bootinfo boot_info = BOOT_INFO;
boot_info256arch/mips/kernel/setup.cswitch(boot_info.machtype)
boot_info297arch/mips/kernel/setup.cmemcpy(&drive_info, &boot_info.drive_info, sizeof(drive_info));
boot_info301arch/mips/kernel/setup.cmemory_end = boot_info.memupper;
boot_info303arch/mips/kernel/setup.cramdisk_size = boot_info.ramdisk_size;
boot_info304arch/mips/kernel/setup.cif (boot_info.mount_root_rdonly)
boot_info342arch/mips/kernel/setup.ccpu_name[boot_info.cputype < CPU_LAST ? boot_info.cputype : CPU_UNKNOWN],
boot_info343arch/mips/kernel/setup.cmach_name[boot_info.machtype < CPU_LAST ? boot_info.machtype : CPU_UNKNOWN],
boot_info326arch/mips/kernel/traps.cif(boot_info.machtype == MACH_MIPS_MAGNUM_4000)
boot_info338arch/mips/kernel/traps.cswitch(boot_info.cputype) {
boot_info411arch/mips/kernel/traps.ccpu_names[boot_info.cputype]);
boot_info110arch/mips/kernel/tyne-c.cif (allocated > boot_info.dma_cache_size)
boot_info117arch/mips/kernel/tyne-c.cif (boot_info.machtype != MACH_DESKSTATION_TYNE)
boot_info121arch/mips/kernel/tyne-c.cboot_info.dma_cache_size >> 10);
boot_info212include/asm-mips/bootinfo.hextern struct bootinfo boot_info;
boot_info16include/asm-mips/bugs.hextern struct bootinfo boot_info;
boot_info21include/asm-mips/bugs.hswitch(boot_info.cputype) {
boot_info41include/asm-mips/floppy.hif (boot_info.machtype == MACH_ACER_PICA_61 ||                  \
boot_info42include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 ||              \
boot_info43include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700)                   \
boot_info56include/asm-mips/floppy.h#define FDC1      ((boot_info.machtype == MACH_ACER_PICA_61 || \
boot_info57include/asm-mips/floppy.hboot_info.machtype == MACH_MIPS_MAGNUM_4000 || \
boot_info58include/asm-mips/floppy.hboot_info.machtype == MACH_OLIVETTI_M700) ? \