Lines Matching refs:res
180 uint32_t errctl, cerr_i, cerr_d, dpalo, dpahi, eepc, res; in sb1_cache_error() local
220 res = extract_ic(cerr_i & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
222 if (!(res & cerr_i)) in sb1_cache_error()
233 res = extract_dc(cerr_dpa & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
235 if (!(res & cerr_d)) in sb1_cache_error()
241 res = extract_dc(cerr_d & SB1_CACHE_INDEX_MASK, in sb1_cache_error()
243 if (!(res & cerr_d)) in sb1_cache_error()
340 int res = 0; in extract_ic() local
378 res |= CP0_CERRI_TAG_PARITY; in extract_ic()
382 res |= CP0_CERRI_TAG_PARITY; in extract_ic()
387 res |= CP0_CERRI_TAG_PARITY; in extract_ic()
416 res |= CP0_CERRI_DATA_PARITY; in extract_ic()
421 res |= CP0_CERRI_DATA_PARITY; in extract_ic()
425 res |= CP0_CERRI_DATA_PARITY; in extract_ic()
432 return res; in extract_ic()
495 int res = 0; in extract_dc() local
532 res |= CP0_CERRD_TAG_ADDRESS; in extract_dc()
536 res |= CP0_CERRD_TAG_ADDRESS; in extract_dc()
539 res |= CP0_CERRD_TAG_STATE; in extract_dc()
570 res |= (bits == 1) ? CP0_CERRD_DATA_SBE : CP0_CERRD_DATA_DBE; in extract_dc()
581 return res; in extract_dc()