Lines Matching defs:cerr_d
167 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res;
191 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d),
215 printk(" c0_cerr_d == %08x", cerr_d);
216 breakout_cerrd(cerr_d);
217 if (CP0_CERRD_DPA_VALID(cerr_d)) {
219 if (!CP0_CERRD_IDX_VALID(cerr_d)) {
221 (cerr_d & CP0_CERRD_DATA) != 0);
222 if (!(res & cerr_d))
225 if ((cerr_dpa & SB1_CACHE_INDEX_MASK) != (cerr_d & SB1_CACHE_INDEX_MASK))
226 printk(" cerr_d idx doesn't match cerr_dpa\n");
228 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK,
229 (cerr_d & CP0_CERRD_DATA) != 0);
230 if (!(res & cerr_d))