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

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh361 std::function<void(GPUStaticInst*, GPUDynInstPtr)> execContinuation; member in class:GPUDynInst
363 // when true, call execContinuation when response arrives
H A Dcompute_unit.cc653 gpuDynInst->execContinuation(gpuDynInst->staticInstruction(),
663 gpuDynInst->execContinuation(gpuDynInst->staticInstruction(),
1042 gpuDynInst->execContinuation(
1053 gpuDynInst->execContinuation(gpuDynInst->staticInstruction(),
/gem5/src/arch/hsail/insts/
H A Dmem.hh479 gpuDynInst->execContinuation =
1015 gpuDynInst->execContinuation = &GPUStaticInst::execSt;
1488 gpuDynInst->execContinuation = &GPUStaticInst::execAtomic;
1564 // execContinuation in gpu_dyn_inst.hh
1641 gpuDynInst->execContinuation =
1664 // see comment for execContinuation in gpu_dyn_inst.hh

Completed in 16 milliseconds