• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/frv/

Lines Matching refs:valid

84       cache->pipeline[i].status.flush.valid = 0;
85 cache->pipeline[i].status.return_buffer.valid = 0;
91 cache->BARS.valid = 0;
92 cache->NARS.valid = 0;
272 /* Now search the set for a valid tag which matches this address. At the
284 if (found->valid && found->tag == tag)
366 /* If this line is already valid and the cache is in copy-back mode, then
369 if (tag->dirty && tag->valid)
387 tag->valid = 1;
436 /* Fill the line from memory, if it is not valid. */
463 cache->pipeline[pipe].status.return_buffer.valid = 1;
474 cache->pipeline[pipe].status.return_buffer.valid = 1;
618 cache->pipeline[LS].status.return_buffer.valid = 0;
620 cache->pipeline[LD].status.return_buffer.valid = 0;
648 tag->valid = 0;
675 if (tag->valid && tag->dirty && flush)
677 tag->valid = 0;
688 cache->pipeline[LS].status.return_buffer.valid = 0;
689 cache->pipeline[LD].status.return_buffer.valid = 0;
875 if (war->valid && war->priority > lowest)
882 if (cache->BARS.valid && cache->BARS.pipe == pipe
885 if (cache->NARS.valid && cache->NARS.pipe == pipe
1109 if (war->valid
1138 if (cache->BARS.valid
1143 if (cache->NARS.valid
1159 if (! cache->BARS.valid)
1180 cache->BARS.valid = 1;
1183 if (! cache->NARS.valid)
1204 cache->NARS.valid = 1;
1218 /* Find a valid WAR to hold this request. */
1220 if (! pipeline->WAR[war].valid)
1247 pipeline->WAR[war].valid = 1;
1439 pipeline->status.flush.valid = 1;
1546 /* If BARS is valid for this pipe, then move it to the given WAR. Move
1547 NARS to BARS if it is valid. */
1548 if (cache->BARS.valid && cache->BARS.pipe == pipe)
1556 war->valid = 1;
1557 if (cache->NARS.valid)
1560 cache->NARS.valid = 0;
1563 cache->BARS.valid = 0;
1566 /* If NARS is valid for this pipe, then move it to the given WAR. */
1567 if (cache->NARS.valid && cache->NARS.pipe == pipe)
1575 war->valid = 1;
1576 cache->NARS.valid = 0;
1592 if (war->valid)
1600 war->valid = 0;
1652 return cache->pipeline[pipe].status.return_buffer.valid
1663 return cache->pipeline[pipe].status.flush.valid