Searched refs:cu (Results 1 - 23 of 23) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_exec_context.cc40 : cu(_cu), wf(_wf), gpuISA(_wf ? &_wf->gpuISA() : nullptr)
47 return cu;
H A Dgpu_exec_context.hh57 ComputeUnit *cu; member in class:GPUExecContext
H A Dfetch_unit.hh59 void init(ComputeUnit *cu);
H A Dfetch_stage.hh59 void init(ComputeUnit *cu);
H A Dschedule_stage.hh62 void init(ComputeUnit *cu);
H A Dgpu_dyn_inst.cc158 cu->cu_id, simdId, wfSlotId, exec_mask);
508 cu->dynamicLMemInstrCnt++;
513 int number_pages_touched = cu->pagesTouched.size();
515 cu->pageDivergenceDist.sample(number_pages_touched);
519 for (auto it : cu->pagesTouched) {
522 ret = cu->pageAccesses
533 cu->pagesTouched.clear();
538 cu->dynamicGMemInstrCnt++;
H A Dfetch_stage.cc57 FetchStage::init(ComputeUnit *cu) argument
59 computeUnit = cu;
H A Dlocal_memory_pipeline.hh61 void init(ComputeUnit *cu);
H A Dscoreboard_check_stage.hh69 void init(ComputeUnit *cu);
H A Dlocal_memory_pipeline.cc51 LocalMemPipeline::init(ComputeUnit *cu) argument
53 computeUnit = cu;
H A Dexec_stage.cc54 ExecStage::init(ComputeUnit *cu) argument
56 computeUnit = cu;
H A Dschedule_stage.cc61 ScheduleStage::init(ComputeUnit *cu) argument
63 computeUnit = cu;
H A Dexec_stage.hh75 void init(ComputeUnit *cu);
H A Dglobal_memory_pipeline.hh63 void init(ComputeUnit *cu);
H A Dglobal_memory_pipeline.cc55 GlobalMemPipeline::init(ComputeUnit *cu) argument
57 computeUnit = cu;
H A Dscoreboard_check_stage.cc66 ScoreboardCheckStage::init(ComputeUnit *cu) argument
68 computeUnit = cu;
H A Dfetch_unit.cc67 FetchUnit::init(ComputeUnit *cu) argument
69 computeUnit = cu;
H A Dwavefront.hh327 setParent(ComputeUnit *cu) argument
329 computeUnit = cu;
H A Dgpu_dyn_inst.hh376 return new AtomicOpCAS<c0>(*reg0, *reg1, cu);
/gem5/src/arch/mips/
H A Dpra_constants.hh105 SubBitUnion(cu, 31, 28)
110 EndSubBitUnion(cu)
H A Dfaults.cc159 status.cu.cu1 = 1;
H A Dmt.hh312 status.cu = tcStatus.tcu;
330 tcStatus.tcu = status.cu;
/gem5/src/arch/riscv/
H A Dpra_constants.hh105 SubBitUnion(cu, 31, 28)
110 EndSubBitUnion(cu)

Completed in 29 milliseconds