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

/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc113 CacheMemory::findTagInSet(int64_t cacheSet, Addr tag) const function in class:CacheMemory
169 int loc = findTagInSet(cacheSet, address);
196 int loc = findTagInSet(cacheSet, address);
218 int loc = findTagInSet(cacheSet, address);
301 int loc = findTagInSet(cacheSet, address);
327 int loc = findTagInSet(cacheSet, address);
338 int loc = findTagInSet(cacheSet, address);
348 int loc = findTagInSet(cacheSet, address);
366 int loc = findTagInSet(cacheSet, address);
462 int loc = findTagInSet(cacheSe
[all...]
H A DCacheMemory.hh160 int findTagInSet(int64_t line, Addr tag) const;

Completed in 7 milliseconds