Searched refs:cerr_d (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() 232 printk(" c0_cerr_d == %08x", cerr_d); in sb1_cache_error() 233 breakout_cerrd(cerr_d); in sb1_cache_error() 234 if (CP0_CERRD_DPA_VALID(cerr_d)) { in sb1_cache_error() 236 if (!CP0_CERRD_IDX_VALID(cerr_d)) { in sb1_cache_error() 238 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error() 239 if (!(res & cerr_d)) in sb1_cache_error() 242 if ((cerr_dpa & SB1_CACHE_INDEX_MASK) != (cerr_d & SB1_CACHE_INDEX_MASK)) in sb1_cache_error() 245 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error() [all …]
|