Searched refs:cerr_i (Results 1 – 1 of 1) sorted by relevance
/arch/mips/mm/ |
D | cerr-sb1.c | 180 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 208 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 216 printk(" c0_cerr_i == %08x", cerr_i); in sb1_cache_error() 217 breakout_cerri(cerr_i); in sb1_cache_error() 218 if (CP0_CERRI_IDX_VALID(cerr_i)) { in sb1_cache_error() 220 if (((eepc & SB1_CACHE_INDEX_MASK) != (cerr_i & SB1_CACHE_INDEX_MASK)) && in sb1_cache_error() 221 ((eepc & SB1_CACHE_INDEX_MASK) != ((cerr_i & SB1_CACHE_INDEX_MASK) - 4))) in sb1_cache_error() 224 res = extract_ic(cerr_i & SB1_CACHE_INDEX_MASK, in sb1_cache_error() 225 (cerr_i & CP0_CERRI_DATA) != 0); in sb1_cache_error() 226 if (!(res & cerr_i)) in sb1_cache_error()
|