Searched refs:CPU_486 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Dcputypes.h53 #define CPU_486 4 /* Intel 80486DX */ macro
/freebsd-13-stable/sys/i386/i386/
H A Dlocore.s380 movl $CPU_486,cpu
433 movl $CPU_486,cpu
H A Dinitcpu.c663 case CPU_486:
/freebsd-13-stable/sys/x86/x86/
H A Didentcpu.c204 { "i486DX", CPUCLASS_486 }, /* CPU_486 */
1692 if (cpu == CPU_486) {
1763 } else if (cpu == CPU_486 && *cpu_vendor == '\0') {
1768 * cpu_vendor null string and puts CPU_486 into the

Completed in 169 milliseconds