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

/gem5/src/mem/cache/prefetch/
H A Daccess_map_pattern_matching.cc41 startDegree(p->start_degree), hotZoneSize(p->hot_zone_size),
53 AccessMapEntry(hotZoneSize / blkSize)),
58 fatal_if(!isPowerOf2(hotZoneSize),
161 Addr am_addr = pfi.getAddr() / hotZoneSize;
162 Addr current_block = (pfi.getAddr() % hotZoneSize) / blkSize;
163 uint64_t lines_per_zone = hotZoneSize / blkSize;
170 AccessMapEntry *am_entry_next = (am_addr < (MaxAddr/hotZoneSize)) ?
214 pf_addr = (am_addr - 1) * hotZoneSize + blk * blkSize;
220 pf_addr = am_addr * hotZoneSize + blk * blkSize;
238 pf_addr = (am_addr + 1) * hotZoneSize
[all...]
H A Daccess_map_pattern_matching.hh59 const uint64_t hotZoneSize; member in class:AccessMapPatternMatching

Completed in 6 milliseconds