Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dcerr-sb1.c167 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local
191 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error()
215 printk(" c0_cerr_d == %08x", cerr_d); in sb1_cache_error()
216 breakout_cerrd(cerr_d); in sb1_cache_error()
217 if (CP0_CERRD_DPA_VALID(cerr_d)) { in sb1_cache_error()
219 if (!CP0_CERRD_IDX_VALID(cerr_d)) { in sb1_cache_error()
221 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error()
222 if (!(res & cerr_d)) in sb1_cache_error()
228 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
229 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error()
[all …]