Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/include/
H A Dcputypes.h51 #define CPU_486 4 /* Intel 80486DX */ macro
/freebsd-14.2/sys/i386/i386/
H A Dlocore.S377 movl $CPU_486,cpu
430 movl $CPU_486,cpu
H A Dinitcpu.c661 case CPU_486: in initializecpu()
/freebsd-14.2/sys/x86/x86/
H A Didentcpu.c1658 if (cpu == CPU_486) { in finishidentcpu()
1729 } else if (cpu == CPU_486 && *cpu_vendor == '\0') { in finishidentcpu()