Home
last modified time | relevance | path

Searched refs:CPUCLASS_386 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/x86/x86/
H A Didentcpu.c90 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386SX */
91 CPUVENDOR_INTEL, CPUCLASS_386, /* CPU_386 */
96 CPUVENDOR_NEXGEN, CPUCLASS_386, /* CPU_NX586 */
890 + (CPUCLASS_386 - 3); in cpu_probe()
1033 if (cpu_class == CPUCLASS_386) { in cpu_identify()
/netbsd-src/sys/arch/x86/include/
H A Dcputypes.h35 #define CPUCLASS_386 0 macro
/netbsd-src/usr.sbin/cpuctl/arch/
H A Di386.c203 { CPUVENDOR_INTEL, "Intel", "386SX", CPUCLASS_386,
205 { CPUVENDOR_INTEL, "Intel", "386DX", CPUCLASS_386,
215 { CPUVENDOR_NEXGEN,"NexGen","586", CPUCLASS_386,
1970 int class = CPUCLASS_386; in identifycpu()
2180 if (ci->ci_cpu_class == CPUCLASS_386) in identifycpu()
/netbsd-src/sys/dev/i2o/
H A Ddpti.c412 case CPUCLASS_386: in dpti_sysinfo()
/netbsd-src/sys/dev/ic/
H A Ddpt.c1251 case CPUCLASS_386: in dpt_sysinfo()