Searched refs:AMD_VENDOR_ID (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/usr.sbin/cpucontrol/ |
| HD | amd.c | 70 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd_probe()
|
| HD | amd10h.c | 69 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd10h_probe()
|
| /freebsd-11-stable/sys/dev/cpuctl/ |
| HD | cpuctl.c | 325 else if(strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) == 0) in cpuctl_do_update()
|
| /freebsd-11-stable/stand/userboot/userboot/ |
| HD | bootinfo64.c | 155 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd-11-stable/stand/i386/libi386/ |
| HD | bootinfo64.c | 160 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd-11-stable/sys/x86/x86/ |
| HD | identcpu.c | 216 { AMD_VENDOR_ID, CPU_VENDOR_AMD }, /* AuthenticAMD */ 1654 if (strcmp(cpu_vendor, AMD_VENDOR_ID) == 0) in pti_get_default()
|
| /freebsd-11-stable/sys/x86/include/ |
| HD | specialreg.h | 439 #define AMD_VENDOR_ID "AuthenticAMD" macro
|