Home
last modified time | relevance | path

Searched refs:CPU_VENDOR_CYRIX (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dcputypes.h42 #define CPU_VENDOR_CYRIX 0x1078 /* Cyrix */ macro
/f-stack/freebsd/x86/x86/
H A Didentcpu.c230 { CYRIX_VENDOR_ID, CPU_VENDOR_CYRIX }, /* CyrixInstead */
476 case CPU_VENDOR_CYRIX: in printcpuinfo()
763 (cpu_vendor_id == CPU_VENDOR_CYRIX && ((cpu_id & 0xf00) > 0x500)) || in printcpuinfo()
770 if (cpu_vendor_id == CPU_VENDOR_CYRIX) in printcpuinfo()
1132 } else if (cpu_vendor_id == CPU_VENDOR_CYRIX) { in printcpuinfo()
1691 if (cpu_vendor_id == CPU_VENDOR_CYRIX) { in finishidentcpu()
/f-stack/freebsd/i386/i386/
H A Dinitcpu.c966 if (cpu_vendor_id == CPU_VENDOR_CYRIX) { in DB_SHOW_COMMAND()