/src/sys/arch/next68k/next68k/ |
machdep.c | 323 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu 331 cpu_str = "MC68040"; 336 cpu_str = "MC68030"; 342 cpu_str = "MC68020"; 364 printf("%s: unknown MMU type %d\n", cpu_str, mmutype); 393 cpu_setmodel("NeXT/%s CPU%s%s%s", cpu_str, mmu_str, fpu_str, cache_str);
|
/src/sys/arch/mvme68k/mvme68k/ |
machdep.c | 490 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu 496 cpu_str = "MC68020 CPU"; 503 cpu_str = "MC68030 CPU+MMU"; 510 cpu_str = "MC68040 CPU+MMU+FPU"; 517 cpu_str = "MC68060 CPU+MMU+FPU"; 581 board_str, cpuspeed / 100, (cpuspeed % 100) / 10, cpu_str,
|
/src/sys/arch/virt68k/virt68k/ |
machdep.c | 341 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu 349 cpu_str = "MC68020"; 355 cpu_str = "MC68030"; 361 cpu_str = "MC68040"; 367 cpu_str = "MC68060"; 406 cpu_str, mmu_str, fpu_str, cache_str);
|