Searched refs:CPUCLASS_686 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/sys/i386/include/ |
| H A D | cputypes.h | 44 #define CPUCLASS_686 4 macro
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | identcpu.c | 207 { "Pentium Pro", CPUCLASS_686 }, /* CPU_686 */ 211 { "Cyrix 6x86MX", CPUCLASS_686 }, /* CPU_M2 */ 214 { "Pentium II", CPUCLASS_686 }, /* CPU_PII */ 215 { "Pentium III", CPUCLASS_686 }, /* CPU_PIII */ 216 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */ 739 case CPUCLASS_686: in printcpuinfo() 1187 case CPUCLASS_686: in panicifcpuunsupported()
|
| /freebsd-13.1/sys/i386/i386/ |
| H A D | perfmon.c | 99 case CPUCLASS_686: in perfmon_init()
|
| H A D | pmap.c | 4491 if (cpu_class == CPUCLASS_686) { in pagezero()
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 823 case CPUCLASS_686: in linux_get_machine()
|
| /freebsd-13.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 282 if (cpu_class < CPUCLASS_686) in linprocfs_docpuinfo()
|