Searched refs:CPU_CY486DX (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/i386/include/
H A Dcputypes.h60 #define CPU_CY486DX 13 /* Cyrix 486S/DX/DX2/DX4 */ macro
/freebsd-current/sys/i386/i386/
H A Dinitcpu.c654 case CPU_CY486DX:
967 if ((cpu != CPU_M1SC) && (cpu != CPU_CY486DX)) {
984 if ((cpu != CPU_M1SC) && (cpu != CPU_CY486DX))
/freebsd-current/sys/x86/x86/
H A Didentcpu.c215 { "Cyrix 486S/DX", CPUCLASS_486 }, /* CPU_CY486DX */
1722 cpu = CPU_CY486DX;

Completed in 132 milliseconds