Home
last modified time | relevance | path

Searched refs:INTEL_VENDOR_ID (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.sbin/cpucontrol/
H A Dintel.c71 if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) != 0) in intel_probe()
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c65 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 && in bi_checkcpu()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c70 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 && in bi_checkcpu()
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c322 if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) == 0) in cpuctl_do_update()
/freebsd/sys/x86/x86/
H A Ducode.c65 .vendor = INTEL_VENDOR_ID,
H A Didentcpu.c226 { INTEL_VENDOR_ID, CPU_VENDOR_INTEL }, /* GenuineIntel */
/freebsd/sys/x86/include/
H A Dspecialreg.h545 #define INTEL_VENDOR_ID "GenuineIntel" macro