taghi             323 arch/mips/mm/cerr-sb1.c 	uint32_t taghi, taglolo, taglohi;
taghi             343 arch/mips/mm/cerr-sb1.c 		: "=r" (taghi), "=r" (taglohi), "=r" (taglolo)
taghi             348 arch/mips/mm/cerr-sb1.c 			lru = (taghi >> 14) & 0xff;
taghi             360 arch/mips/mm/cerr-sb1.c 		valid = ((taghi >> 29) & 1);
taghi             372 arch/mips/mm/cerr-sb1.c 		if (valid ^ ((taghi >> 27) & 1)) {
taghi             377 arch/mips/mm/cerr-sb1.c 			    way, va, valid, taghi, taglo);
taghi             479 arch/mips/mm/cerr-sb1.c 	uint32_t taghi, taglolo, taglohi;
taghi             497 arch/mips/mm/cerr-sb1.c 		: "=r" (taghi), "=r" (taglohi), "=r" (taglolo)
taghi             503 arch/mips/mm/cerr-sb1.c 			lru = (taghi >> 14) & 0xff;
taghi             512 arch/mips/mm/cerr-sb1.c 		state = (taghi >> 25) & 0x1f;
taghi             515 arch/mips/mm/cerr-sb1.c 			    way, pa, dc_state_str(state), state, taghi, taglo);