Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/mm/
Dcerr-sb1.c168 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local
185 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error()
209 prom_printf(" cp0_cerr_d == %08x", cerr_d); in sb1_cache_error()
210 breakout_cerrd(cerr_d); in sb1_cache_error()
211 if (CP0_CERRD_DPA_VALID(cerr_d)) { in sb1_cache_error()
213 if (!CP0_CERRD_IDX_VALID(cerr_d)) { in sb1_cache_error()
215 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error()
216 if (!(res & cerr_d)) in sb1_cache_error()
219 if ((cerr_dpa & SB1_CACHE_INDEX_MASK) != (cerr_d & SB1_CACHE_INDEX_MASK)) in sb1_cache_error()
222 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
[all …]
/linux-2.4.37.9/arch/mips64/mm/
Dcerr-sb1.c168 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local
185 : "=r" (errctl), "=r" (cerr_i), "=r" (cerr_d), in sb1_cache_error()
209 prom_printf(" c0_cerr_d == %08x", cerr_d); in sb1_cache_error()
210 breakout_cerrd(cerr_d); in sb1_cache_error()
211 if (CP0_CERRD_DPA_VALID(cerr_d)) { in sb1_cache_error()
213 if (!CP0_CERRD_IDX_VALID(cerr_d)) { in sb1_cache_error()
215 (cerr_d & CP0_CERRD_DATA) != 0); in sb1_cache_error()
216 if (!(res & cerr_d)) in sb1_cache_error()
219 if ((cerr_dpa & SB1_CACHE_INDEX_MASK) != (cerr_d & SB1_CACHE_INDEX_MASK)) in sb1_cache_error()
222 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
[all …]