Searched refs:dcacheGen (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/trace/
H A Dtrace_cpu.cc58 dcacheGen(*this, ".dside", dcachePort, dataMasterID, dataTraceFile,
127 Tick first_dcache_tick = dcacheGen.init();
142 dcacheGen.adjustInitTraceOffset(traceOffset);
189 dcacheGen.execute();
190 if (dcacheGen.isExecComplete()) {
245 dcacheGen.regStats();
1236 dcacheGen.completeMemAccess(pkt);
H A Dtrace_cpu.hh282 * of the dcacheGen to handle completing the load
1067 ElasticDataGen dcacheGen; member in class:TraceCPU
1078 * This is the control flow that uses the functionality of the dcacheGen to

Completed in 13 milliseconds