Home
last modified time | relevance | path

Searched refs:cpu_str (Results 1 – 3 of 3) sorted by relevance

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