Searched refs:readAc (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/mcpat/
H A Dcachearray.h102 sbt_stats_p->readAc.hit *
105 sbt_stats_p->readAc.miss *
H A Dcore.cc2184 globalBPT->tdp_stats.readAc.access = tdp_read_accesses;
2187 globalBPT->rtp_stats.readAc.access = core_stats.total_instructions;
2192 globalBPT->tdp_stats.readAc.access +
2200 globalBPT->rtp_stats.readAc.access +
2205 L1_localBPT->tdp_stats.readAc.access = tdp_read_accesses;
2208 L1_localBPT->rtp_stats.readAc.access = core_stats.total_instructions;
2213 L1_localBPT->tdp_stats.readAc.access +
2221 L1_localBPT->rtp_stats.readAc.access +
2226 L2_localBPT->tdp_stats.readAc.access = tdp_read_accesses;
2229 L2_localBPT->rtp_stats.readAc
[all...]
H A Dcacheunit.cc134 arrayPtr->tdp_stats.readAc.access = cache_stats.tdp_read_access_scalar *
137 arrayPtr->tdp_stats.readAc.miss = 0;
138 arrayPtr->tdp_stats.readAc.hit = arrayPtr->tdp_stats.readAc.access -
139 arrayPtr->tdp_stats.readAc.miss;
181 arrayPtr->sbt_tdp_stats.readAc.access =
185 arrayPtr->sbt_tdp_stats.readAc.miss = 0;
186 arrayPtr->sbt_tdp_stats.readAc.hit =
187 arrayPtr->sbt_tdp_stats.readAc.access -
188 arrayPtr->sbt_tdp_stats.readAc
[all...]
H A Dnoc.cc121 tdp_stats.readAc.access = noc_stats.duty_cycle;
125 set_pppm(pppm_t, 1 * tdp_stats.readAc.access, 1, 1, 1);
151 rtp_stats.readAc.access = noc_stats.total_access;
157 router->buffer.power.writeOp.dynamic) * rtp_stats.readAc.access;
159 router->crossbar.power.readOp.dynamic * rtp_stats.readAc.access;
161 router->arbiter.power.readOp.dynamic * rtp_stats.readAc.access;
H A Dmemoryctrl.cc82 tdp_stats.readAc.access = 0.5 * mcp.num_channels * mcp.clockRate;
85 rtp_stats.readAc.access = mcs.reads;
191 (tdp_stats.readAc.access + tdp_stats.writeAc.access);
196 (rtp_stats.readAc.access + rtp_stats.writeAc.access) *
212 tdp_stats.readAc.access = 0.5 * mcp.num_channels;
215 rtp_stats.readAc.access = mcs.reads;
312 (rtp_stats.readAc.access + rtp_stats.writeAc.access) *
365 frontendBuffer->tdp_stats.readAc.access =
380 frontendBuffer->rtp_stats.readAc.access = mcs.reads * mcp.llcBlockSize *
385 frontendBuffer->rtp_stats.readAc
[all...]
H A Dbasic_components.cc348 z.readAc = x.readAc + y.readAc;
357 z.readAc = x.readAc * y;
H A Dbus_interconnect.cc78 tdp_stats.readAc.access = bus_stats.duty_cycle;
85 rtp_stats.readAc.access = bus_stats.total_access;
H A Dcachearray.cc272 tdp_stats.readAc.hit +
274 tdp_stats.readAc.miss +
295 local_result.power.readOp.dynamic * tdp_stats.readAc.access +
302 local_result.power.readOp.dynamic * rtp_stats.readAc.access +
H A Dbasic_components.h144 statsComponents readAc; member in class:statsDef
152 statsDef() : readAc(), writeAc(), searchAc() { }
154 readAc.reset();
H A Dlogic.cc636 tdp_stats.readAc.access = num_fu;
646 per_access_energy * tdp_stats.readAc.access + base_energy / clockRate;
651 rtp_stats.readAc.access = core_stats.fpu_accesses;
653 rtp_stats.readAc.access = core_stats.ialu_accesses;
655 rtp_stats.readAc.access = core_stats.mul_accesses;
658 rt_power.readOp.dynamic = per_access_energy * rtp_stats.readAc.access +

Completed in 32 milliseconds