Home
last modified time | relevance | path

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

/NextBSD/sys/i386/include/
HDcputypes.h51 #define CPU_486 4 /* Intel 80486DX */ macro
/NextBSD/sys/i386/i386/
HDlocore.s617 movl $CPU_486,R(cpu)
670 movl $CPU_486,R(cpu)
HDinitcpu.c669 case CPU_486: in initializecpu()
/NextBSD/sys/x86/x86/
HDidentcpu.c1474 if (cpu == CPU_486) { in finishidentcpu()
1545 } else if (cpu == CPU_486 && *cpu_vendor == '\0') { in finishidentcpu()