Searched refs:CPUVENDOR_CYRIX (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/x86/x86/ |
| D | identcpu.c | 96 CPUVENDOR_CYRIX, CPUCLASS_486, /* CPU_486DLC */ 97 CPUVENDOR_CYRIX, CPUCLASS_486, /* CPU_6x86 */ 465 if (cpu_vendor != CPUVENDOR_CYRIX || in cpu_probe_cyrix() 892 cpu_vendor = CPUVENDOR_CYRIX; in cpu_probe() 894 cpu_vendor = CPUVENDOR_CYRIX; in cpu_probe()
|
| /netbsd/src/sys/arch/x86/include/ |
| D | cputypes.h | 66 #define CPUVENDOR_CYRIX 2 macro
|
| /netbsd/src/usr.sbin/cpuctl/arch/ |
| D | i386.c | 211 { CPUVENDOR_CYRIX, "Cyrix", "486DLC", CPUCLASS_486, 213 { CPUVENDOR_CYRIX, "Cyrix", "6x86", CPUCLASS_486, 451 CPUVENDOR_CYRIX, 506 CPUVENDOR_CYRIX, /* XXX */
|