Searched refs:requests (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch1.cc74 requests(name_ + ".requests", "lines", params.fetch1FetchLimit),
182 /* Reserve space in the queues upstream of requests for results */
184 requests.push(request);
285 if (!requests.empty() && requests.front() != request) {
286 DPRINTF(Fetch, "Fetch not at front of requests queue, can't"
298 /* Discarded and faulting requests carry on through transfers
324 assert(!requests.empty() && requests
[all...]
H A Dlsq.cc978 if (requests.empty() || requests.front() != request) {
979 DPRINTF(MinorMem, "Request not at front of requests queue, can't"
1082 * requests */
1125 /* Handle LLSC requests and tests */
1265 assert(!requests.empty() && requests.front() == request);
1275 requests.pop();
1319 /* Remove completed requests unless they are barriers (which will
1335 /* We go to idle even if there are more things in the requests queu
[all...]
H A Dfetch1.hh85 * A request can be submitted by pushing it onto the requests queue after
92 * Retries are handled by leaving the packet on the requests queue and
126 /** FetchRequests carry packets while they're in the requests and
194 /** Input port carrying branch requests from Execute */
270 /** Prediction sequence number. This changes when requests from Execute
298 /** Queue of address translated requests from Fetch1 */
299 FetchQueue requests; member in class:Minor::Fetch1
301 /** Queue of in-memory system requests and responses */
315 /** Number of requests inside the ITLB rather than in the queues.
316 * All requests s
[all...]
H A Dlsq.hh169 RequestIssuing, /* Load/store issued to memory in the requests
180 completed loads, TLB faults and skipped requests whose
252 /** This request, once processed by the requests/transfers
277 /** Special request types that don't actually issue memory requests */
300 /** Never sends any requests */
314 /** FailedDataRequest represents requests from instructions that
315 * failed their predicates but need to ride the requests/transfers
338 /** SingleDataRequest is used for requests that don't fragment */
428 * requests can be sent for address translation */
431 /** Make the packets to go with the requests s
568 LSQQueue requests; member in class:Minor::LSQ
[all...]
/gem5/configs/example/
H A Druby_direct_test.py53 parser.add_option("--requests", metavar="N", default=100,
54 help="Stop after N requests")
103 system.cpu = RubyDirectedTester(requests_to_complete = options.requests,

Completed in 18 milliseconds