HomeSort by: relevance | last modified time | path
    Searched defs:fpu_str (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/next68k/next68k/
machdep.c 323 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu
373 fpu_str = "+FPU";
376 fpu_str = ", MC68882 FPU";
379 fpu_str = ", MC68881 FPU";
382 fpu_str = ", unknown FPU";
393 cpu_setmodel("NeXT/%s CPU%s%s%s", cpu_str, mmu_str, fpu_str, cache_str);
machdep.c 323 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu
373 fpu_str = "+FPU";
376 fpu_str = ", MC68882 FPU";
379 fpu_str = ", MC68881 FPU";
382 fpu_str = ", unknown FPU";
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
497 fpu_str = ", MC68881 FPU"; /* XXX */
504 fpu_str = ", MC68882 FPU"; /* XXX */
511 fpu_str = "";
518 fpu_str = "";
582 mmu_str, fpu_str, cache_str);
machdep.c 490 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu
497 fpu_str = ", MC68881 FPU"; /* XXX */
504 fpu_str = ", MC68882 FPU"; /* XXX */
511 fpu_str = "";
518 fpu_str = "";
582 mmu_str, fpu_str, cache_str);
  /src/sys/arch/virt68k/virt68k/
machdep.c 341 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu
377 fpu_str = fpu_string();
406 cpu_str, mmu_str, fpu_str, cache_str);
machdep.c 341 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu
377 fpu_str = fpu_string();
406 cpu_str, mmu_str, fpu_str, cache_str);

Completed in 23 milliseconds