Lines Matching refs:mce
10 #include <asm/mce.h>
16 struct mce *mce = (struct mce *)data;
21 if (!mce_is_memory_error(mce) || mce_is_correctable(mce))
25 if (!mce_usable_address(mce))
29 * mce->addr contains the physical addr accessed that caused the
44 /* find the spa that covers the mce addr */
45 if (spa->address > mce->addr)
47 if ((spa->address + spa->length - 1) < mce->addr)
66 ALIGN(mce->addr, L1_CACHE_BYTES),
79 mce->kflags |= MCE_HANDLED_NFIT;