Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/mm/
H A Dcerr-sb1.c288 static char range_parity(uint64_t dword, int max, int min) in range_parity() function
363 if (((taglo >> 10) & 1) ^ range_parity(tlo_tmp, 23, 0)) { in extract_ic()
367 if (((taglo >> 11) & 1) ^ range_parity(taglo, 63, 24)) { in extract_ic()
401 if (((datahi >> 16) & 1) != (uint32_t)range_parity(predecode, 7, 0)) { in extract_ic()
517 if (((taglo >> 11) & 1) ^ range_parity(taglo, 39, 26)) { in extract_dc()
521 if (((taglo >> 10) & 1) ^ range_parity(taglo, 25, 13)) { in extract_dc()