Searched refs:getType (Results 1 - 20 of 20) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h105 cmds getType() const;
132 if ((getType() == other.getType()) &&
H A DParameter.cc56 string Parameter::getType() const function in class:Parameter
117 "type=\"" << parameter.getType() << "\" "
H A DCommandAnalysis.cc57 return i.getType() == MemCommand::PRE && j.getType() != MemCommand::PRE;
178 MemCommand::cmds cmdType = cmd.getType();
204 int64_t t = timeToCompletion(list.back().getType()) + list.back().getTimeInt64() - 1;
219 int type = cmd.getType();
H A DParameter.h51 std::string getType() const;
H A DMemCommand.cc61 MemCommand::cmds MemCommand::getType() const function in class:MemCommand
/gem5/ext/dsent/model/optical_graph/
H A DOpticalGraph.cc161 if(node_->getType() == OpticalNode::LASER)
168 else if (node_->getType() == OpticalNode::MODULATOR)
178 else if (node_->getType() == OpticalNode::DETECTOR)
192 bool trace_downstream = (node_->getType() != OpticalNode::DETECTOR);
194 if (node_->getType() == OpticalNode::FILTER)
H A DOpticalNode.h58 Type getType() const;
H A DOpticalNode.cc43 OpticalNode::Type OpticalNode::getType() const function in class:DSENT::OpticalNode
/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkLink.hh58 link_type getType() { return m_type; } function in class:NetworkLink
H A DGarnetNetwork.cc405 link_type type = m_networklinks[i]->getType();
/gem5/src/mem/ruby/common/
H A DMachineID.hh48 MachineType getType() const { return type; } function in struct:MachineID
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh82 MachineType getType() const { return m_machineID.getType(); } function in class:AbstractController
H A DRubyRequest.hh149 const RubyRequestType& getType() const { return m_Type; } function in class:RubyRequest
/gem5/src/mem/ruby/system/
H A DDMASequencer.cc99 msg->getType() = write ? SequencerRequestType_ST : SequencerRequestType_LD;
148 msg->getType() = (active_request.write ? SequencerRequestType_ST :
H A DRubySystem.cc92 m_abstract_controls[id.getType()][id.getNum()] = cntrl;
H A DRubyPort.cc341 rs->m_abstract_controls[id.getType()][id.getNum()];
/gem5/src/mem/ruby/network/
H A DNetwork.cc96 addrMap.emplace(mid.getType(), addr_map_node);
H A DTopology.cc75 int machine_base_idx = MachineType_base_number(abs_cntrl->getType());
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc495 if (msg.getType() != RubyRequestType_IFETCH) {
504 msg.getType(), msg.getAccessMode(), id, false);
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh238 inline uint8_t getType(TxDesc *d) { return bits(d->d2, 23,20); } function in namespace:iGbReg::TxdOp
239 inline bool isType(TxDesc *d, uint8_t type) { return getType(d) == type; }
249 inline bool ide(TxDesc *d) { return bits(d->d2, 31,31) && (getType(d) == TXD_DATA || isLegacy(d)); }

Completed in 30 milliseconds