gem5
v21.2.0.0
|
#include <deque>
#include <list>
#include <unordered_set>
#include "base/compiler.hh"
#include "mem/packet.hh"
#include "mem/qos/mem_ctrl.hh"
#include "params/QoSMemCtrl.hh"
Go to the source code of this file.
Classes | |
class | gem5::memory::qos::QueuePolicy |
QoS Queue Policy. More... | |
class | gem5::memory::qos::LifoQueuePolicy |
Last In First Out Queue Policy. More... | |
class | gem5::memory::qos::FifoQueuePolicy |
First In First Out Queue Policy. More... | |
class | gem5::memory::qos::LrgQueuePolicy |
Least Recently Granted Queue Policy It selects packets from the queue with a round robin-like policy: using the requestor id as a switching parameter rather than switching over a time quantum. More... | |
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 | |
gem5::memory::qos | |
Functions | |
gem5::memory::GEM5_DEPRECATED_NAMESPACE (QoS, qos) | |