Searched refs:INTEL_VENDOR_ID (Results 1 – 7 of 7) sorted by relevance
| /freebsd/usr.sbin/cpucontrol/ |
| H A D | intel.c | 71 if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) != 0) in intel_probe()
|
| /freebsd/stand/userboot/userboot/ |
| H A D | bootinfo64.c | 65 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd/stand/i386/libi386/ |
| H A D | bootinfo64.c | 70 if (strncmp(cpu_vendor, INTEL_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd/sys/dev/cpuctl/ |
| H A D | cpuctl.c | 322 if (strncmp(vendor, INTEL_VENDOR_ID, sizeof(INTEL_VENDOR_ID)) == 0) in cpuctl_do_update()
|
| /freebsd/sys/x86/x86/ |
| H A D | ucode.c | 66 .vendor = INTEL_VENDOR_ID,
|
| H A D | identcpu.c | 231 { INTEL_VENDOR_ID, CPU_VENDOR_INTEL }, /* GenuineIntel */
|
| /freebsd/sys/x86/include/ |
| H A D | specialreg.h | 585 #define INTEL_VENDOR_ID "GenuineIntel" macro
|