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

/freebsd-current/sys/i386/include/
H A Dcputypes.h51 #define CPU_486 4 /* Intel 80486DX */ macro
/freebsd-current/sys/i386/i386/
H A Dlocore.S375 movl $CPU_486,cpu
428 movl $CPU_486,cpu
H A Dinitcpu.c661 case CPU_486:
/freebsd-current/sys/x86/x86/
H A Didentcpu.c206 { "i486DX", CPUCLASS_486 }, /* CPU_486 */
1686 if (cpu == CPU_486) {
1757 } else if (cpu == CPU_486 && *cpu_vendor == '\0') {
1762 * cpu_vendor null string and puts CPU_486 into the

Completed in 179 milliseconds