| /src/sys/arch/mvme68k/mvme68k/ |
| machdep.c | 537 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 543 cpu_str = "MC68020 CPU"; 550 cpu_str = "MC68030 CPU+MMU"; 557 cpu_str = "MC68040 CPU+MMU+FPU"; 564 cpu_str = "MC68060 CPU+MMU+FPU"; 628 board_str, cpuspeed / 100, (cpuspeed % 100) / 10, cpu_str,
|
| machdep.c | 537 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 543 cpu_str = "MC68020 CPU"; 550 cpu_str = "MC68030 CPU+MMU"; 557 cpu_str = "MC68040 CPU+MMU+FPU"; 564 cpu_str = "MC68060 CPU+MMU+FPU"; 628 board_str, cpuspeed / 100, (cpuspeed % 100) / 10, cpu_str,
|
| /src/sys/arch/next68k/next68k/ |
| machdep.c | 380 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 388 cpu_str = "MC68040"; 393 cpu_str = "MC68030"; 399 cpu_str = "MC68020"; 421 printf("%s: unknown MMU type %d\n", cpu_str, mmutype); 450 cpu_setmodel("NeXT/%s CPU%s%s%s", cpu_str, mmu_str, fpu_str, cache_str);
|
| machdep.c | 380 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 388 cpu_str = "MC68040"; 393 cpu_str = "MC68030"; 399 cpu_str = "MC68020"; 421 printf("%s: unknown MMU type %d\n", cpu_str, mmutype); 450 cpu_setmodel("NeXT/%s CPU%s%s%s", cpu_str, mmu_str, fpu_str, cache_str);
|
| /src/sys/arch/virt68k/virt68k/ |
| machdep.c | 363 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 371 cpu_str = "MC68020"; 377 cpu_str = "MC68030"; 383 cpu_str = "MC68040"; 389 cpu_str = "MC68060"; 428 cpu_str, mmu_str, fpu_str, cache_str);
|
| machdep.c | 363 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local 371 cpu_str = "MC68020"; 377 cpu_str = "MC68030"; 383 cpu_str = "MC68040"; 389 cpu_str = "MC68060"; 428 cpu_str, mmu_str, fpu_str, cache_str);
|