gem5
v22.0.0.0
|
#include <cassert>
#include <iosfwd>
#include <list>
#include <string>
#include <vector>
#include "base/printable.hh"
#include "base/trace.hh"
#include "base/types.hh"
#include "debug/MSHR.hh"
#include "mem/cache/queue_entry.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
#include "sim/cur_tick.hh"
Go to the source code of this file.
Classes | |
class | gem5::MSHR |
Miss Status and handling Register. More... | |
class | gem5::MSHR::Target |
class | gem5::MSHR::TargetList |
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. | |
Miss Status and Handling Register (MSHR) declaration.
Definition in file mshr.hh.