gem5  v22.1.0.0
Classes | Namespaces | Functions
lsq.hh File Reference

A load/store queue that allows outstanding reads and writes. More...

#include <string>
#include <vector>
#include "base/named.hh"
#include "cpu/minor/buffers.hh"
#include "cpu/minor/cpu.hh"
#include "cpu/minor/pipe_data.hh"
#include "cpu/minor/trace.hh"
#include "mem/packet.hh"

Go to the source code of this file.

Classes

class  gem5::minor::LSQ
 
class  gem5::minor::LSQ::DcachePort
 Exposable data port. More...
 
class  gem5::minor::LSQ::LSQRequest
 Derived SenderState to carry data access info. More...
 
class  gem5::minor::LSQ::SpecialDataRequest
 Special request types that don't actually issue memory requests. More...
 
class  gem5::minor::LSQ::FailedDataRequest
 FailedDataRequest represents requests from instructions that failed their predicates but need to ride the requests/transfers queues to maintain trace ordering. More...
 
class  gem5::minor::LSQ::BarrierDataRequest
 Request for doing barrier accounting in the store buffer. More...
 
class  gem5::minor::LSQ::SingleDataRequest
 SingleDataRequest is used for requests that don't fragment. More...
 
class  gem5::minor::LSQ::SplitDataRequest
 
class  gem5::minor::LSQ::StoreBuffer
 Store buffer. 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::minor
 

Functions

 gem5::GEM5_DEPRECATED_NAMESPACE (Minor, minor)
 
PacketPtr gem5::minor::makePacketForRequest (const RequestPtr &request, bool isLoad, Packet::SenderState *sender_state=NULL, PacketDataPtr data=NULL)
 Make a suitable packet for the given request. More...
 

Detailed Description

A load/store queue that allows outstanding reads and writes.

Definition in file lsq.hh.


Generated on Wed Dec 21 2022 10:22:54 for gem5 by doxygen 1.9.1