Searched refs:MCA_ADDR (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kernel/cpu/mce/
H A Dinternal.h246 * the LSB field is found in MCA_STATUS and not in MCA_ADDR.
258 MCA_ADDR, enumerator in enum:mca_msr
271 * [56:0] of MCA_STATUS, else in bits [55:0] of MCA_ADDR.
320 case MCA_ADDR: return MSR_AMD64_SMCA_MCx_ADDR(bank);
328 case MCA_ADDR: return MSR_IA32_MCx_ADDR(bank);
H A Dcore.c339 if (msr == mca_msr_reg(bank, MCA_ADDR))
641 m->addr = mce_rdmsrl(mca_msr_reg(i, MCA_ADDR));
H A Damd.c742 * AMD systems do not have an explicit indicator that the value in MCA_ADDR is
840 mca_msr_reg(bank, MCA_ADDR), misc))

Completed in 129 milliseconds