Searched refs:ci_cpustr (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/sys/arch/vax/vax/ |
| H A D | ka410.c | 88 ci->ci_cpustr = "KA410, UV2"; in ka410_conf() 100 ci->ci_cpustr = in ka410_conf() 103 ci->ci_cpustr = "KA420, CVAX, 1KB L1 cache"; in ka410_conf()
|
| H A D | autoconf.c | 181 else if (ci->ci_cpustr) { in cpu_mainbus_attach() 182 aprint_naive(": %s\n", ci->ci_cpustr); in cpu_mainbus_attach() 183 aprint_normal(": %s\n", ci->ci_cpustr); in cpu_mainbus_attach()
|
| H A D | ka48.c | 81 curcpu()->ci_cpustr = "KA48, SOC, 6KB L1 cache"; in ka48_conf()
|
| H A D | ka46.c | 86 curcpu()->ci_cpustr = ka46_cpustrs[vax_siedata & 0x3]; in ka46_conf()
|
| H A D | ka630.c | 80 curcpu()->ci_cpustr = "KA630, UV2"; in ka630_conf()
|
| H A D | ka49.c | 77 curcpu()->ci_cpustr = "KA49, NVAX, 10KB L1 cache, 256KB L2 cache"; in ka49_conf()
|
| H A D | ka43.c | 307 curcpu()->ci_cpustr = "Rigel, 2KB L1 cache, 128KB L2 cache"; in ka43_conf()
|
| /netbsd-src/sys/arch/vax/include/ |
| H A D | cpu.h | 135 const char *ci_cpustr; member
|