gem5 v24.0.0.0
Loading...
Searching...
No Matches
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

namespace  gem5
 Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
 
namespace  gem5::minor
 

Functions

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.
 

Detailed Description

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

Definition in file lsq.hh.


Generated on Tue Jun 18 2024 16:24:08 for gem5 by doxygen 1.11.0