Lines Matching refs:state
116 printk(" tag-state");
241 * state of the system (and the cache), making it difficult to
460 #define DC_TAG_VALID(state) \
461 (((state) == 0x0) || ((state) == 0xf) || ((state) == 0x13) || \
462 ((state) == 0x19) || ((state) == 0x16) || ((state) == 0x1c))
464 static char *dc_state_str(unsigned char state)
468 if (dsc->val == state)
478 unsigned char state;
512 state = (taghi >> 25) & 0x1f;
513 valid = DC_TAG_VALID(state);
514 printk(" %d [PA %010llx] [state %s (%02x)] raw tags: %08X-%016llX\n",
515 way, pa, dc_state_str(state), state, taghi, taglo);