gem5 v23.0.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 | |
namespace | 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. | |
namespace | gem5::memory |
namespace | gem5::memory::qos |