Home
last modified time | relevance | path

Searched refs:x86_vendor (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpupm_amd.c41 if (x86_vendor != X86_VENDOR_AMD) in cpupm_amd_init()
H A Dcpupm_intel.c93 if (x86_vendor != X86_VENDOR_Intel) in cpupm_intel_init()
/titanic_41/usr/src/uts/intel/sys/
H A Dx86_archext.h665 extern uint_t x86_vendor;
/titanic_41/usr/src/uts/i86pc/os/
H A Dmp_machdep.c1267 } else if (x86_vendor == X86_VENDOR_Cyrix || x86_type == X86_TYPE_P5) { in mach_getcpufreq()
H A Dcpuid.c121 uint_t x86_vendor = X86_VENDOR_IntelClone; variable
979 x86_vendor = cpi->cpi_vendor; /* for compatibility */ in cpuid_pass1()
1562 if (x86_vendor == X86_VENDOR_AMD) { in cpuid_pass1()
H A Dstartup.c3135 switch (x86_vendor) { in setx86isalist()
H A Dlgrpplat.c3458 if (x86_vendor != X86_VENDOR_AMD) in is_opteron()
/titanic_41/usr/src/uts/i86pc/ml/
H A Dlocore.s424 movl $X86_VENDOR_Cyrix, x86_vendor
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c593 return (x86_vendor == X86_VENDOR_Intel); in bge_get_em64t_type()