Searched refs:LdsState (Results 1 - 7 of 7) sorted by relevance

/gem5/src/gpu-compute/
H A Dlds_state.cc50 LdsState::LdsState(const Params *params) : function in class:LdsState
72 LdsState *
75 return new LdsState(this);
82 LdsState::setParent(ComputeUnit *x_parent)
90 _name = x_parent->name() + ".LdsState";
97 LdsState::countBankConflicts(PacketPtr packet, unsigned *bankAccesses)
116 LdsState::countBankConflicts(GPUDynInstPtr gpuDynInst,
180 LdsState::CuSidePort::recvTimingReq(PacketPtr packet)
186 LdsState
[all...]
H A DLdsState.py40 class LdsState(ClockedObject): class in inherits:ClockedObject
41 type = 'LdsState'
42 cxx_class = 'LdsState'
H A Dlds_state.hh50 #include "params/LdsState.hh"
111 class LdsState: public ClockedObject class in inherits:ClockedObject
122 LdsState *ldsState = nullptr;
128 TickEvent(LdsState *_ldsState) :
155 CuSidePort(const std::string &_name, LdsState *_ownerLds) :
161 LdsState *ownerLds;
254 LdsState(const Params *params);
257 LdsState(const LdsState&) = delete;
259 ~LdsState()
[all...]
H A DGPU.py45 from m5.objects.LdsState import LdsState
134 localDataStore = Param.LdsState("the LDS for this CU")
H A Dcompute_unit.hh302 LdsState &lds;
385 LdsState &
/gem5/tests/configs/
H A Dgpu-ruby.py225 LdsState(banks = options.numLdsBanks,
/gem5/configs/example/
H A Dapu_se.py252 LdsState(banks = options.numLdsBanks,

Completed in 18 milliseconds