Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/mips/mm/
Dcerr-sb1.c280 static unsigned char inst_parity(uint32_t word) in inst_parity() function
383 if (((datahi >> 4) & 0xf) ^ inst_parity(insta)) { in extract_ic()
387 if ((datahi & 0xf) ^ inst_parity(instb)) { in extract_ic()
/linux-2.4.37.9/arch/mips64/mm/
Dcerr-sb1.c280 static unsigned char inst_parity(uint32_t word) in inst_parity() function
383 if (((datahi >> 4) & 0xf) ^ inst_parity(insta)) { in extract_ic()
387 if ((datahi & 0xf) ^ inst_parity(instb)) { in extract_ic()