Searched refs:isSystemCoherent (Results 1 - 3 of 3) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc498 GPUDynInst::isSystemCoherent() const function in class:GPUDynInst
500 return _staticInst->isSystemCoherent();
H A Dgpu_static_inst.hh193 * isSystemCoherent(): returns true if kernel is sharing memory
197 bool isSystemCoherent() const { return _flags[SystemCoherent]; } function in class:GPUStaticInst
H A Dgpu_dyn_inst.hh346 bool isSystemCoherent() const;

Completed in 9 milliseconds