Lines Matching refs:WAR
875 FRV_CACHE_WAR *war = & pipeline->WAR[i]; in next_priority()
905 req->u.WAR.preload = war->preload; in add_WAR_request()
906 req->u.WAR.lock = war->lock; in add_WAR_request()
1109 FRV_CACHE_WAR *war = & cache->pipeline[i].WAR[j]; in address_interference()
1220 if (! pipeline->WAR[war].valid) in wait_in_WAR()
1228 pipeline->WAR[war].address = req->address; in wait_in_WAR()
1229 pipeline->WAR[war].reqno = req->reqno; in wait_in_WAR()
1230 pipeline->WAR[war].priority = req->priority - 1; in wait_in_WAR()
1231 pipeline->WAR[war].latency = cache->memory_latency + 1; in wait_in_WAR()
1235 pipeline->WAR[war].preload = 0; in wait_in_WAR()
1236 pipeline->WAR[war].lock = 0; in wait_in_WAR()
1239 pipeline->WAR[war].preload = 1; in wait_in_WAR()
1240 pipeline->WAR[war].lock = 0; in wait_in_WAR()
1243 pipeline->WAR[war].preload = 1; in wait_in_WAR()
1244 pipeline->WAR[war].lock = req->u.preload.lock; in wait_in_WAR()
1247 pipeline->WAR[war].valid = 1; in wait_in_WAR()
1475 if (! req->u.WAR.preload) in handle_req_WAR()
1483 if (req->u.WAR.lock) in handle_req_WAR()
1492 if (! req->u.WAR.preload) in handle_req_WAR()
1589 FRV_CACHE_WAR *war = & pipeline->WAR[j]; in decrease_latencies()