Searched refs:CPUCLASS_686 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/sys/x86/x86/ |
| H A D | identcpu.c | 199 { "Pentium Pro", CPUCLASS_686 }, /* CPU_686 */ 203 { "Cyrix 6x86MX", CPUCLASS_686 }, /* CPU_M2 */ 206 { "Pentium II", CPUCLASS_686 }, /* CPU_PII */ 207 { "Pentium III", CPUCLASS_686 }, /* CPU_PIII */ 208 { "Pentium 4", CPUCLASS_686 }, /* CPU_P4 */ 718 case CPUCLASS_686: in printcpuinfo() 1119 case CPUCLASS_686: in panicifcpuunsupported()
|
| /freebsd-12.1/sys/i386/include/ |
| H A D | cputypes.h | 44 #define CPUCLASS_686 4 macro
|
| /freebsd-12.1/sys/i386/i386/ |
| H A D | perfmon.c | 99 case CPUCLASS_686: in perfmon_init()
|
| H A D | pmap.c | 4524 if (cpu_class == CPUCLASS_686) { in pagezero()
|
| /freebsd-12.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 836 case CPUCLASS_686: in linux_get_machine()
|
| /freebsd-12.1/sys/compat/linprocfs/ |
| H A D | linprocfs.c | 242 if (cpu_class < CPUCLASS_686) in linprocfs_docpuinfo()
|