Searched refs:AMD_VENDOR_ID (Results 1 – 8 of 8) 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/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 | 70 .vendor = AMD_VENDOR_ID,
|
H A D | identcpu.c | 231 { AMD_VENDOR_ID, CPU_VENDOR_AMD }, /* AuthenticAMD */ 1800 if (strcmp(cpu_vendor, AMD_VENDOR_ID) == 0 || in pti_get_default()
|
/freebsd/sys/x86/include/ |
H A D | specialreg.h | 576 #define AMD_VENDOR_ID "AuthenticAMD" macro
|