Searched refs:setType (Results 1 - 6 of 6) sorted by relevance

/gem5/src/mem/ruby/network/garnet2.0/
H A DNetworkLink.hh57 void setType(link_type type) { m_type = type; } function in class:NetworkLink
H A DGarnetNetwork.cc171 net_link->setType(EXT_IN_);
200 net_link->setType(EXT_OUT_);
228 net_link->setType(INT_);
/gem5/ext/drampower/src/
H A DMemCommand.h108 void setType(MemCommand::cmds type);
H A DTraceParser.cc66 memcmd.setType(static_cast<MemCommand::cmds>(item_val));
H A DMemCommand.cc56 void MemCommand::setType(MemCommand::cmds _type) function in class:MemCommand
H A DCommandAnalysis.cc183 cmd.setType(cmd.typeWithoutAutoPrechargeFlag());

Completed in 9 milliseconds