Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dcore_lca.c323 #define ESR_SOR (1UL<< 4) /* error source */ macro
344 (esr & ESR_SOR) ? "memory" : "b-cache", in mem_error()