Searched refs:X86_CHIPREV_AMD_10_REV_A (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/i86pc/cpu/authenticamd/ |
H A D | authamd_main.c | 70 (X86_CHIPREV_AMD_10_REV_A | X86_CHIPREV_AMD_10_REV_B) 84 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 91 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 98 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 105 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 112 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 120 (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A) ? 3 : 0)) 128 X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 134 (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_10_REV_A)) 713 X86_CHIPREV_AMD_10_REV_A) && in authamd_mca_init() [all …]
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | cpuid_subr.c | 292 { 0x10, 0x00, 0x00, 0x0, 0x2, X86_CHIPREV_AMD_10_REV_A, "A", A_SKTS_2 },
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | x86_archext.h | 546 #define X86_CHIPREV_AMD_10_REV_A \ macro
|
H A D | mc_amd.h | 252 #define MC_10_REV_A X86_CHIPREV_AMD_10_REV_A
|