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

/freebsd-current/sys/i386/include/
H A Dcputypes.h58 #define CPU_M2 11 /* Cyrix M2 (enhanced 6x86 with MMX) */ macro
/freebsd-current/sys/i386/i386/
H A Dinitcpu.c706 case CPU_M2:
973 if ((cpu == CPU_M1SC) || (cpu == CPU_M1) || (cpu == CPU_M2)) {
976 if ((cpu == CPU_M1) || (cpu == CPU_M2))
989 if ((cpu == CPU_M1SC) || (cpu == CPU_M1) || (cpu == CPU_M2)) {
/freebsd-current/sys/x86/x86/
H A Didentcpu.c213 { "Cyrix 6x86MX", CPUCLASS_686 }, /* CPU_M2 */
1708 cpu = CPU_M2;
1739 cpu = CPU_M2;

Completed in 118 milliseconds