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

/gem5/src/gpu-compute/
H A Dgpu_tlb.cc1678 ret = TLBFootprint.insert(AccessPatternTable::value_type(virt_page_addr,
1722 for (iter = TLBFootprint.begin(); iter != TLBFootprint.end(); iter++) {
1784 if (!TLBFootprint.empty()) {
1786 sum_avg_reuse_distance_per_page / TLBFootprint.size();
1789 //clear the TLBFootprint map
1790 TLBFootprint.clear();
H A Dgpu_tlb.hh443 AccessPatternTable TLBFootprint; member in class:X86ISA::GpuTLB

Completed in 11 milliseconds