Searched refs:node_ptr (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc468 GraphNode* node_ptr = graph_itr->second; local
474 if (retryPkt->req->getReqInstSeqNum() != node_ptr->seqNum) {
482 } else if (node_ptr->isLoad() || node_ptr->isStore()) {
488 retryPkt = executeMemReq(node_ptr);
503 if (node_ptr->isLoad() && !node_ptr->isStrictlyOrdered()) {
506 "dependents..\n", node_ptr->seqNum);
508 auto child_itr = (node_ptr->dependents).begin();
509 while (child_itr != (node_ptr
625 executeMemReq(GraphNode* node_ptr) argument
699 checkAndIssue(const GraphNode* node_ptr, bool first) argument
754 GraphNode* node_ptr = graph_itr->second; local
[all...]
H A Dtrace_cpu.hh715 * @param node_ptr pointer to the issued node
722 * @param node_ptr pointer to the completed node
732 * @param node_ptr pointer to the node ready to issue
937 * @param node_ptr pointer to the load or store node to be executed
942 PacketPtr executeMemReq(GraphNode* node_ptr);
977 * @param node_ptr pointer to node to be issued
981 bool checkAndIssue(const GraphNode* node_ptr, bool first = true);

Completed in 9 milliseconds