Home
last modified time | relevance | path

Searched refs:MSR_SMCA_MC_MISC (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/include/
H A Dspecialreg.h1005 #define MSR_SMCA_MC_MISC(x) (MSR_SMCA_MC0_MISC0 + 0x10 * (x)) macro
/f-stack/freebsd/x86/x86/
H A Dmca.c180 return (MSR_SMCA_MC_MISC(bank)); in mca_smca_misc_reg()