Home
last modified time | relevance | path

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

/arch/mips/mm/
Dcerr-sb1.c301 static char range_parity(uint64_t dword, int max, int min) in range_parity() function
376 if (((taglo >> 10) & 1) ^ range_parity(tlo_tmp, 23, 0)) { in extract_ic()
380 if (((taglo >> 11) & 1) ^ range_parity(taglo, 63, 24)) { in extract_ic()
414 if (((datahi >> 16) & 1) != (uint32_t)range_parity(predecode, 7, 0)) { in extract_ic()
530 if (((taglo >> 11) & 1) ^ range_parity(taglo, 39, 26)) { in extract_dc()
534 if (((taglo >> 10) & 1) ^ range_parity(taglo, 25, 13)) { in extract_dc()