Home
last modified time | relevance | path

Searched refs:CENTAUR_VENDOR_ID (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/cpucontrol/
H A Dvia.c69 if (strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) != 0) in via_probe()
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c67 strncmp(cpu_vendor, CENTAUR_VENDOR_ID, 12) != 0) in bi_checkcpu()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c73 strncmp(cpu_vendor, CENTAUR_VENDOR_ID, 12) != 0) in bi_checkcpu()
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c326 else if(strncmp(vendor, CENTAUR_VENDOR_ID, sizeof(CENTAUR_VENDOR_ID)) in cpuctl_do_update()
/freebsd/sys/x86/include/
H A Dspecialreg.h577 #define CENTAUR_VENDOR_ID "CentaurHauls" macro
/freebsd/sys/x86/x86/
H A Didentcpu.c230 { CENTAUR_VENDOR_ID, CPU_VENDOR_CENTAUR }, /* CentaurHauls */