Home
last modified time | relevance | path

Searched refs:AMD_VENDOR_ID (Results 1 – 8 of 8) sorted by relevance

/freebsd/usr.sbin/cpucontrol/
H A Damd.c68 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd_probe()
H A Damd10h.c68 if (strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) != 0) in amd10h_probe()
/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c66 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c71 strncmp(cpu_vendor, AMD_VENDOR_ID, 12) != 0 && in bi_checkcpu()
/freebsd/sys/dev/cpuctl/
H A Dcpuctl.c324 else if(strncmp(vendor, AMD_VENDOR_ID, sizeof(AMD_VENDOR_ID)) == 0) in cpuctl_do_update()
/freebsd/sys/x86/x86/
H A Ducode.c70 .vendor = AMD_VENDOR_ID,
H A Didentcpu.c231 { 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 Dspecialreg.h576 #define AMD_VENDOR_ID "AuthenticAMD" macro