/src/sys/arch/next68k/next68k/ |
machdep.c | 323 const char *cpu_str, *mmu_str, *fpu_str, *cache_str; local in function:identifycpu 389 cache_str = ", 4k on-chip physical I/D caches"; 391 cache_str = ""; 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 389 cache_str = ", 4k on-chip physical I/D caches"; 391 cache_str = ""; 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 389 cache_str = ", 4k on-chip physical I/D caches"; 391 cache_str = ""; 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 389 cache_str = ", 4k on-chip physical I/D caches"; 391 cache_str = ""; 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 567 cache_str = ", 4k+4k on-chip physical I/D caches"; 572 cache_str = ", 8k+8k on-chip physical I/D caches"; 576 cache_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 567 cache_str = ", 4k+4k on-chip physical I/D caches"; 572 cache_str = ", 8k+8k on-chip physical I/D caches"; 576 cache_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 567 cache_str = ", 4k+4k on-chip physical I/D caches"; 572 cache_str = ", 8k+8k on-chip physical I/D caches"; 576 cache_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 567 cache_str = ", 4k+4k on-chip physical I/D caches"; 572 cache_str = ", 8k+8k on-chip physical I/D caches"; 576 cache_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 382 cache_str = ", 4k+4k on-chip physical I/D caches"; 387 cache_str = ", 8k+8k on-chip physical I/D caches"; 391 cache_str = ""; 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 382 cache_str = ", 4k+4k on-chip physical I/D caches"; 387 cache_str = ", 8k+8k on-chip physical I/D caches"; 391 cache_str = ""; 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 382 cache_str = ", 4k+4k on-chip physical I/D caches"; 387 cache_str = ", 8k+8k on-chip physical I/D caches"; 391 cache_str = ""; 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 382 cache_str = ", 4k+4k on-chip physical I/D caches"; 387 cache_str = ", 8k+8k on-chip physical I/D caches"; 391 cache_str = ""; 406 cpu_str, mmu_str, fpu_str, cache_str);
|