Searched refs:X86_CHIPREV_AMD_F_REV_F (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/uts/i86pc/cpu/authenticamd/ |
H A D | authamd_main.c | 67 (X86_CHIPREV_AMD_F_REV_F | X86_CHIPREV_AMD_F_REV_G) 97 (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_F_REV_F) || \ 119 (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_F_REV_F)? 1 : \ 708 if (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_F_REV_F) && in authamd_mca_init()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | cpuid_subr.c | 278 { 0xf, 0x40, 0x5f, 0x0, 0xf, X86_CHIPREV_AMD_F_REV_F, "F", A_SKTS_1 },
|
/titanic_41/usr/src/uts/i86pc/cpu/amd_opteron/ |
H A D | ao_mca.c | 59 #define AO_F_REVS_FG (X86_CHIPREV_AMD_F_REV_F | X86_CHIPREV_AMD_F_REV_G) 205 !X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_F_REV_F) && in ao_disp_match_one()
|
/titanic_41/usr/src/uts/intel/pcbe/ |
H A D | opteron_pcbe.c | 467 if (X86_CHIPREV_ATLEAST(rev, X86_CHIPREV_AMD_F_REV_F)) in opt_pcbe_init()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | x86_archext.h | 539 #define X86_CHIPREV_AMD_F_REV_F _X86_CHIPREV_MKREV(X86_VENDOR_AMD, 0xf, 0x0020) macro
|
H A D | mc_amd.h | 249 #define MC_F_REV_F X86_CHIPREV_AMD_F_REV_F
|