gem5
v21.2.0.0
|
#include <deque>
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>
#include "base/compiler.hh"
#include "base/statistics.hh"
#include "enums/AddrMap.hh"
#include "enums/PageManage.hh"
#include "mem/abstract_mem.hh"
#include "mem/drampower.hh"
#include "mem/mem_ctrl.hh"
#include "params/DRAMInterface.hh"
#include "params/MemInterface.hh"
#include "params/NVMInterface.hh"
#include "sim/eventq.hh"
Go to the source code of this file.
Classes | |
class | gem5::memory::MemInterface |
General interface to memory device Includes functions and parameters shared across media types. More... | |
class | gem5::memory::MemInterface::Bank |
A basic class to track the bank state, i.e. More... | |
class | gem5::memory::DRAMInterface |
Interface to DRAM devices with media specific parameters, statistics, and functions. More... | |
struct | gem5::memory::DRAMInterface::Command |
Simple structure to hold the values needed to keep track of commands for DRAMPower. More... | |
struct | gem5::memory::DRAMInterface::RankStats |
class | gem5::memory::DRAMInterface::Rank |
Rank class includes a vector of banks. More... | |
struct | gem5::memory::DRAMInterface::DRAMStats |
class | gem5::memory::NVMInterface |
Interface to NVM devices with media specific parameters, statistics, and functions. More... | |
class | gem5::memory::NVMInterface::Rank |
NVM rank class simply includes a vector of banks. More... | |
struct | gem5::memory::NVMInterface::NVMStats |
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
gem5::memory | |
MemInterface declaration
Definition in file mem_interface.hh.