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