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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/mm/
H A Dcerr-sb1.c226 static char range_parity(uint64_t dword, int max, int min) function
300 if (((taglo >> 10) & 1) ^ range_parity(tlo_tmp, 23, 0)) {
304 if (((taglo >> 11) & 1) ^ range_parity(taglo, 63, 24)) {
338 if (((datahi >> 16) & 1) != (uint32_t)range_parity(predecode, 7, 0)) {
453 if (((taglo >> 11) & 1) ^ range_parity(taglo, 39, 26)) {
457 if (((taglo >> 10) & 1) ^ range_parity(taglo, 25, 13)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips64/mm/
H A Dcerr-sb1.c226 static char range_parity(uint64_t dword, int max, int min) function
300 if (((taglo >> 10) & 1) ^ range_parity(tlo_tmp, 23, 0)) {
304 if (((taglo >> 11) & 1) ^ range_parity(taglo, 63, 24)) {
338 if (((datahi >> 16) & 1) != (uint32_t)range_parity(predecode, 7, 0)) {
453 if (((taglo >> 11) & 1) ^ range_parity(taglo, 39, 26)) {
457 if (((taglo >> 10) & 1) ^ range_parity(taglo, 25, 13)) {

Completed in 41 milliseconds