Searched refs:GPUExecContext (Results 1 - 4 of 4) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc39 GPUExecContext::GPUExecContext(ComputeUnit *_cu, Wavefront *_wf) function in class:GPUExecContext
45 GPUExecContext::computeUnit()
51 GPUExecContext::wavefront()
57 GPUExecContext::readMiscReg(int opIdx) const
64 GPUExecContext::writeMiscReg(int opIdx, RegVal operandVal)
H A Dgpu_exec_context.hh46 class GPUExecContext class
49 GPUExecContext(ComputeUnit *_cu, Wavefront *_wf);
H A Dgpu_dyn_inst.cc45 : GPUExecContext(_cu, _wf), addr(computeUnit()->wfSize(), (Addr)0),
H A Dgpu_dyn_inst.hh197 class GPUDynInst : public GPUExecContext

Completed in 8 milliseconds