Searched refs:isSystemScope (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.cc450 GPUDynInst::isSystemScope() const function in class:GPUDynInst
452 return _staticInst->isSystemScope();
H A Dgpu_dyn_inst.hh336 bool isSystemScope() const;
425 } else if (isSystemScope()) {
H A Dgpu_static_inst.hh175 bool isSystemScope() const { return _flags[SystemScope]; } function in class:GPUStaticInst
/gem5/src/mem/
H A Drequest.hh949 isSystemScope() const function
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc83 } else if (req->isSystemScope()) {

Completed in 17 milliseconds