Searched refs:X86_VENDOR_AMD (Results 1 – 13 of 13) sorted by relevance
| /onnv-gate/usr/src/uts/intel/sys/ |
| H A D | x86_archext.h | 423 #define X86_VENDOR_AMD 2 macro 506 #define X86_CHIPREV_AMD_F_REV_B _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0001) 507 #define X86_CHIPREV_AMD_F_REV_C0 _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0002) 508 #define X86_CHIPREV_AMD_F_REV_CG _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0004) 509 #define X86_CHIPREV_AMD_F_REV_D _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0008) 510 #define X86_CHIPREV_AMD_F_REV_E _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0010) 511 #define X86_CHIPREV_AMD_F_REV_F _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0020) 512 #define X86_CHIPREV_AMD_F_REV_G _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0040) 518 _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0x10, 0x0001) 520 _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0x10, 0x0002) [all …]
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | cpuid_subr.c | 329 case X86_VENDOR_AMD: in _cpuid_skt() 349 case X86_VENDOR_AMD: in _cpuid_sktstr() 375 case X86_VENDOR_AMD: in _cpuid_chiprev() 393 case X86_VENDOR_AMD: in _cpuid_chiprevstr() 421 return (X86_VENDOR_AMD); in _cpuid_vendorstr_to_vendorcode()
|
| H A D | cpuid.c | 510 case X86_VENDOR_AMD: in platform_cpuid_mangle() 929 case X86_VENDOR_AMD: in cpuid_pass1() 987 case X86_VENDOR_AMD: in cpuid_pass1() 1304 case X86_VENDOR_AMD: in cpuid_pass1() 1338 case X86_VENDOR_AMD: in cpuid_pass1() 1345 if (cpi->cpi_vendor == X86_VENDOR_AMD && in cpuid_pass1() 1384 if ((cpi->cpi_vendor == X86_VENDOR_AMD) && in cpuid_pass1() 1395 if (cpi->cpi_vendor == X86_VENDOR_AMD && in cpuid_pass1() 1417 if (x86_vendor == X86_VENDOR_AMD) { in cpuid_pass1() 1442 case X86_VENDOR_AMD: in cpuid_pass1() [all …]
|
| H A D | mlsetup.c | 217 else if (cpuid_getvendor(CPU) == X86_VENDOR_AMD && in mlsetup()
|
| H A D | microcode.c | 1144 case X86_VENDOR_AMD: in ucode_check()
|
| H A D | startup.c | 3000 case X86_VENDOR_AMD: in setx86isalist()
|
| H A D | lgrpplat.c | 3426 if (x86_vendor != X86_VENDOR_AMD) in is_opteron()
|
| /onnv-gate/usr/src/uts/i86pc/os/cpupm/ |
| H A D | cpupm_amd.c | 41 if (x86_vendor != X86_VENDOR_AMD) in cpupm_amd_init()
|
| /onnv-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | cpu.h | 77 #define X86_VENDOR_AMD 2 macro
|
| /onnv-gate/usr/src/cmd/mdb/intel/kmdb/ |
| H A D | kvm_cpu_amd.c | 189 if (vendor != X86_VENDOR_AMD) { in kmt_cpu_amd_create()
|
| /onnv-gate/usr/src/uts/i86pc/io/pciex/ |
| H A D | npe_misc.c | 324 if (!(cpuid_getvendor(CPU) == X86_VENDOR_AMD && in npe_enable_htmsi_children()
|
| /onnv-gate/usr/src/uts/intel/pcbe/ |
| H A D | opteron_pcbe.c | 445 if (cpuid_getvendor(CPU) != X86_VENDOR_AMD || amd_family < 0xf) in opt_pcbe_init()
|
| /onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/ |
| H A D | gcpu_mca.c | 1202 case X86_VENDOR_AMD: in gcpu_mca_init() 1280 vendor == X86_VENDOR_AMD)) in gcpu_mca_init()
|