Searched refs:searchAc (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/
H A Dbasic_components.cc350 z.searchAc = x.searchAc + y.searchAc;
359 z.searchAc = x.searchAc * y;
H A Dbasic_components.h146 statsComponents searchAc; member in class:statsDef
152 statsDef() : readAc(), writeAc(), searchAc() { }
156 searchAc.reset();
H A Dcacheunit.cc146 arrayPtr->tdp_stats.searchAc.access = 0;
147 arrayPtr->tdp_stats.searchAc.miss = 0;
148 arrayPtr->tdp_stats.searchAc.hit = 0;
265 arrayPtr->tdp_stats.searchAc.access = arrayPtr->l_ip.num_search_ports;
272 arrayPtr->rtp_stats.searchAc.access = 0;
320 arrayPtr->tdp_stats.searchAc.access = arrayPtr->l_ip.num_search_ports;
327 arrayPtr->rtp_stats.searchAc.access = 0;
376 arrayPtr->tdp_stats.searchAc.access = arrayPtr->l_ip.num_search_ports;
381 arrayPtr->rtp_stats.searchAc.access = 0;
433 arrayPtr->tdp_stats.searchAc
[all...]
H A Dcachearray.cc297 local_result.power.searchOp.dynamic * tdp_stats.searchAc.access;
304 local_result.power.searchOp.dynamic * rtp_stats.searchAc.access;
H A Dcore.cc2622 iFRAT->tdp_stats.searchAc.access = iFRAT->l_ip.num_search_ports;
2632 iFRAT->rtp_stats.searchAc.access =
2641 + iFRAT->tdp_stats.searchAc.access
2653 + iFRAT->rtp_stats.searchAc.access
2665 fFRAT->tdp_stats.searchAc.access = fFRAT->l_ip.num_search_ports;
2673 fFRAT->rtp_stats.searchAc.access =
2682 + fFRAT->tdp_stats.searchAc.access
2694 + fFRAT->rtp_stats.searchAc.access
2836 int_inst_window->tdp_stats.searchAc.access =
2843 int_inst_window->tdp_stats.searchAc
[all...]
H A Dmemoryctrl.cc370 frontendBuffer->tdp_stats.searchAc.access =
384 frontendBuffer->rtp_stats.searchAc.access =

Completed in 23 milliseconds