Searched refs:cmds (Results 1 - 16 of 16) sorted by relevance

/gem5/ext/drampower/src/
H A DMemCommand.h72 enum cmds { enum in class:Data::MemCommand
98 MemCommand::cmds type = UNINITIALIZED,
105 cmds getType() const;
108 void setType(MemCommand::cmds type);
122 cmds typeWithoutAutoPrechargeFlag() const;
126 MemCommand::cmds type) const;
170 static cmds getTypeFromName(const std::string& name)
176 cmds commandType = static_cast<cmds>(typeId);
185 MemCommand::cmds typ
[all...]
H A DMemCommand.cc48 MemCommand::MemCommand(MemCommand::cmds type,
56 void MemCommand::setType(MemCommand::cmds _type)
61 MemCommand::cmds MemCommand::getType() const
78 MemCommand::cmds type) const
140 MemCommand::cmds MemCommand::typeWithoutAutoPrechargeFlag() const
H A DCAHelpers.cc52 int64_t CommandAnalysis::timeToCompletion(MemCommand::cmds type)
H A DTraceParser.cc66 memcmd.setType(static_cast<MemCommand::cmds>(item_val));
H A DCommandAnalysis.h228 int64_t timeToCompletion(MemCommand::cmds type);
H A DCommandAnalysis.cc178 MemCommand::cmds cmdType = cmd.getType();
/gem5/ext/nomali/lib/
H A Daddrspace.cc31 const std::vector<AddrSpace::cmd_t> AddrSpace::cmds {
84 if (cmd < cmds.size())
85 (this->*cmds[cmd])(cmd);
H A Dgpucontrol.cc28 const std::vector<GpuCmdHandler> GPUControl::cmds {
121 if (cmd < cmds.size())
122 (this->*cmds[cmd])(cmd);
H A Dgpucontrol.hh154 static const std::vector<cmd_t> cmds; member in class:NoMali::GPUControl
H A Djobslot.hh203 static const std::vector<cmd_t> cmds; member in class:NoMali::JobSlot
H A Daddrspace.hh109 static const std::vector<cmd_t> cmds; member in class:NoMali::AddrSpace
H A Djobslot.cc35 const std::vector<JobSlot::cmd_t> JobSlot::cmds {
153 if (cmd < cmds.size())
154 (this->*cmds[cmd])(cmd);
/gem5/ext/drampower/src/libdrampower/
H A DLibDRAMPower.h60 void doCommand(Data::MemCommand::cmds type,
H A DLibDRAMPower.cc68 void libDRAMPower::doCommand(MemCommand::cmds type, int bank, int64_t timestamp)
/gem5/src/mem/
H A Ddram_ctrl.hh151 Data::MemCommand::cmds type;
155 constexpr Command(Data::MemCommand::cmds _type, uint8_t _bank,
H A Ddram_ctrl.cc987 // Respect the row-to-column command delay for both read and write cmds
1272 MemCommand::cmds command = (mem_cmd == "RD") ? MemCommand::RD :

Completed in 29 milliseconds