Searched refs:cerr_d (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/mips/mm/ |
D | cerr-sb1.c | 180 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local 204 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error() 228 printk(" c0_cerr_d == %08x", cerr_d); in sb1_cache_error() 229 breakout_cerrd(cerr_d); in sb1_cache_error() 230 if (CP0_CERRD_DPA_VALID(cerr_d)) { in sb1_cache_error() 232 if (!CP0_CERRD_IDX_VALID(cerr_d)) { in sb1_cache_error() 234 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error() 235 if (!(res & cerr_d)) in sb1_cache_error() 238 if ((cerr_dpa & SB1_CACHE_INDEX_MASK) != (cerr_d & SB1_CACHE_INDEX_MASK)) in sb1_cache_error() 241 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error() [all …]
|