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

/gem5/ext/sst/
H A DExtSlave.cc87 ::MemCmd::Command pktCmd = (::MemCmd::Command)pkt->cmd.toInt();
102 switch ((::MemCmd::Command)pkt->cmd.toInt()) {
117 if ((::MemCmd::Command)pkt->cmd.toInt() == ::MemCmd::LoadLockedReq)
119 else if ((::MemCmd::Command)pkt->cmd.toInt() == ::MemCmd::StoreCondReq)
/gem5/src/mem/probes/
H A Dmem_trace.cc115 pkt_msg.set_cmd(pkt_info.cmd.toInt());
/gem5/ext/dsent/libutil/
H A DString.cc253 int String::toInt() const function in class:LibUtil::String
H A DString.h79 int toInt() const;
/gem5/src/mem/
H A Dpacket.hh240 int toInt() const { return (int)cmd; } function in class:MemCmd
528 inline int cmdToIndex() const { return cmd.toInt(); }

Completed in 13 milliseconds