gem5
v21.1.0.1
|
#include <cassert>
#include <cstdint>
#include <list>
#include <map>
#include <queue>
#include <vector>
#include "arch/generic/mmu.hh"
#include "arch/generic/tlb.hh"
#include "base/flags.hh"
#include "base/types.hh"
#include "cpu/inst_seq.hh"
#include "cpu/o3/dyn_inst_ptr.hh"
#include "cpu/utils.hh"
#include "enums/SMTQueuePolicy.hh"
#include "mem/port.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
class | gem5::o3::LSQ |
class | gem5::o3::LSQ::LSQSenderState |
Derived class to hold any sender state the LSQ needs. More... | |
class | gem5::o3::LSQ::DcachePort |
DcachePort class for the load/store queue. More... | |
class | gem5::o3::LSQ::LSQRequest |
Memory operation metadata. More... | |
class | gem5::o3::LSQ::SingleDataRequest |
class | gem5::o3::LSQ::HtmCmdRequest |
class | gem5::o3::LSQ::SplitDataRequest |
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::o3 | |