tag | line | file | source code |
---|---|---|---|
machtype | 369 | arch/mips/kernel/traps.c | switch(boot_info.machtype) { |
machtype | 28 | arch/mips/kernel/tynedma.c | if (boot_info.machtype != MACH_DESKSTATION_TYNE) |
machtype | 71 | include/asm-mips/bootinfo.h | unsigned long machtype; /* machine type */ |
machtype | 50 | include/linux/a.out.h | #define N_SET_MACHTYPE(exec, machtype) \ |
machtype | 52 | include/linux/a.out.h | ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16)) |