Searched refs:AMD_VENDOR_ID (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.sbin/cpucontrol/ |
| H A D | amd.c | 68 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd_probe()
|
| H A D | amd10h.c | 68 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd10h_probe()
|
| /freebsd/lib/libmd/amd64/ |
| H A D | md5dispatch.c | 33 if (memcmp(cpu_vendor, AMD_VENDOR_ID, sizeof(cpu_vendor)) != 0)
|
| /freebsd/stand/userboot/userboot/ |
| H A D | bootinfo64.c | 66 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd/stand/i386/libi386/ |
| H A D | bootinfo64.c | 71 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
|
| /freebsd/sys/dev/cpuctl/ |
| H A D | cpuctl.c | 324 else if(strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) == 0) in cpuctl_do_update()
|
| /freebsd/sys/x86/x86/ |
| H A D | ucode.c | 71 .vendor = AMD_VENDOR_ID,
|
| H A D | identcpu.c | 232 { AMD_VENDOR_ID, CPU_VENDOR_AMD }, /* AuthenticAMD */ 1804 if (strcmp(cpu_vendor, AMD_VENDOR_ID) == 0 || in pti_get_default()
|
| /freebsd/sys/x86/include/ |
| H A D | specialreg.h | 582 #define AMD_VENDOR_ID "AuthenticAMD" macro
|