Searched refs:transfers (Results 1 - 4 of 4) sorted by relevance

/gem5/src/cpu/minor/
H A Dfetch1.cc75 transfers(name_ + ".transfers", "lines", params.fetch1FetchLimit),
183 transfers.reserve();
298 /* Discarded and faulting requests carry on through transfers
327 transfers.push(request);
393 transfers.occupiedSpace();
667 if (!transfers.empty() &&
668 transfers.front()->isComplete())
670 Fetch1::FetchRequestPtr response = transfers.front();
688 popAndDiscard(transfers);
[all...]
H A Dlsq.cc432 * All the middle transfers (1-3) are lineWidth in size
837 * the queue, not after their transfers are complete */
984 if (transfers.unreservedRemainingSpace() == 0) {
985 DPRINTF(MinorMem, "No space to insert request into transfers"
991 DPRINTF(MinorMem, "Passing a %s transfer on to transfers"
1019 DPRINTF(MinorMem, "Moving faulting request into the transfers"
1036 DPRINTF(MinorMem, "Load request with stores still in transfers"
1045 DPRINTF(MinorMem, "Moving store into transfers queue\n");
1079 /* True: submit this packet to the transfers queue to be sent to the
1218 /* Fully or partially issued a request in the transfers
[all...]
H A Dfetch1.hh91 * memory system and the transfers queue (state becomes RequestIssuing).
97 * transfers queue to pass on to Fetch2. */
127 * transfers responses queues. When a Packet returns from the memory
302 FetchQueue transfers; member in class:Minor::Fetch1
310 /** Count of the number fetches which have left the transfers queue
317 * transfers queue */
362 /** Step requests along between requests and transfers queues */
H A Dlsq.hh171 StoreToStoreBuffer, /* Store in transfers on its way to the
230 * transfers, it will be necessary to step through the available
252 /** This request, once processed by the requests/transfers
260 * for completion: successful transfers, faults, skipped because
315 * failed their predicates but need to ride the requests/transfers
463 * but whose memory transfers have not yet been issued. Load data
548 /** The LSQ consists of three queues: requests, transfers and the
565 * 'transfers' in order) and all other transfers are stalled in requests
572 * transfers waitin
577 LSQQueue transfers; member in class:Minor::LSQ
[all...]

Completed in 14 milliseconds