Home
last modified time | relevance | path

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

/linux/arch/mips/mm/
H A Dcerr-sb1.c302 static unsigned char inst_parity(uint32_t word) in inst_parity() function
406 if (((datahi >> 4) & 0xf) ^ inst_parity(insta)) { in extract_ic()
410 if ((datahi & 0xf) ^ inst_parity(instb)) { in extract_ic()