Searched refs:CPUCLASS_686 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/i386/include/ |
| H A D | cputypes.h | 42 #define CPUCLASS_686 4 macro
|
| /freebsd/sys/x86/x86/ |
| H A D | identcpu.c | 215 { "Pentium Pro", CPUCLASS_686 }, /* CPU_686 */ 219 { "Cyrix 6x86MX", CPUCLASS_686 }, /* CPU_M2 */ 222 { "Pentium II", CPUCLASS_686 }, /* CPU_PII */ 223 { "Pentium III", CPUCLASS_686 }, /* CPU_PIII */ 224 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */ 747 case CPUCLASS_686: in printcpuinfo() 1229 case CPUCLASS_686:
|
| /freebsd/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 305 if (cpu_class < CPUCLASS_686) in linprocfs_docpuinfo()
|
| /freebsd/sys/i386/i386/ |
| H A D | pmap.c | 4574 if (cpu_class == CPUCLASS_686) { in pagezero()
|