Searched refs:completeAcc (Results 1 - 15 of 15) sorted by relevance

/gem5/src/arch/sparc/insts/
H A Dmicro.hh85 completeAcc(PacketPtr, ExecContext *, Trace::InstRecord *) const override
/gem5/src/arch/riscv/insts/
H A Dstatic_inst.hh94 completeAcc(PacketPtr pkt, ExecContext *xc,
/gem5/src/cpu/o3/
H A Ddyn_inst_impl.hh165 BaseO3DynInst<Impl>::completeAcc(PacketPtr pkt) function in class:BaseO3DynInst
180 this->fault = this->staticInst->completeAcc(pkt, this, this->traceData);
H A Ddyn_inst.hh98 Fault completeAcc(PacketPtr pkt);
H A Dlsq_unit_impl.hh548 inst->completeAcc(nullptr);
965 inst->completeAcc(pkt);
/gem5/src/gpu-compute/
H A Dlocal_memory_pipeline.cc83 m->completeAcc(m);
H A Dgpu_dyn_inst.cc165 GPUDynInst::completeAcc(GPUDynInstPtr gpuDynInst) function in class:GPUDynInst
167 _staticInst->completeAcc(gpuDynInst);
H A Dglobal_memory_pipeline.cc88 m->completeAcc(m);
H A Dgpu_static_inst.hh210 completeAcc(GPUDynInstPtr gpuDynInst) function in class:GPUStaticInst
212 fatal("calling completeAcc() on a non-memory instruction.\n");
H A Dgpu_dyn_inst.hh277 void completeAcc(GPUDynInstPtr gpuDynInst);
/gem5/src/cpu/
H A Dstatic_inst.hh282 virtual Fault completeAcc(Packet *pkt, ExecContext *xc, function in class:StaticInst
285 panic("completeAcc not defined!");
/gem5/src/arch/hsail/insts/
H A Dmem.hh501 completeAcc(GPUDynInstPtr gpuDynInst) override
1035 void completeAcc(GPUDynInstPtr gpuDynInst) override { }
1508 completeAcc(GPUDynInstPtr gpuDynInst) override
/gem5/src/cpu/minor/
H A Dexecute.cc361 inst->staticInst->completeAcc(nullptr, &context, inst->traceData);
379 fault = inst->staticInst->completeAcc(packet, &context,
384 DPRINTF(MinorMem, "Fault in memory completeAcc: %s\n",
H A Dlsq.cc108 inst->staticInst->completeAcc(nullptr, &context, inst->traceData);
/gem5/src/cpu/simple/
H A Dtiming.cc917 Fault fault = curStaticInst->completeAcc(pkt, threadInfo[curThread],

Completed in 23 milliseconds