Searched refs:calcStackDist (Results 1 - 2 of 2) sorted by relevance
/gem5/src/mem/ |
H A D | stack_dist_calc.hh | 102 * 2. pair<uint64_t , bool> calcStackDist(Addr r_address, bool mark) 125 * pair<uint64_t Stack_dist, bool isMarked> calcStackDist 131 * |calcStackDist |r_address,False|SD,prevMark| GD,GM| 132 * |calcStackDist |r_address, True|SD,prevMark| GD,GM| 152 * Dist.of Old entry|calcStackDist |Cleanevicts/Invalidate| 204 * is called by calcStackDist. 328 std::pair<uint64_t, bool> calcStackDist(const Addr r_address, 391 * This counter increments everytime the calcStackDist() method is
|
H A D | stack_dist_calc.cc | 461 StackDistCalc::calcStackDist(const Addr r_address, bool mark) function in class:StackDistCalc
|
Completed in 4 milliseconds