Lines Matching defs:cache
109 /** Whether this event comes from a cache miss */
190 * Check if this event comes from a cache miss
191 * @result true if this event comes from a cache miss
238 * @param miss whether this event comes from a cache miss
260 /** Pointr to the parent cache. */
261 BaseCache* cache;
263 /** The block size of the parent cache. */
266 /** log_2(block size of the parent cache). */
269 /** Only consult prefetcher on cache misses? */
298 * @param miss whether this event comes from a cache miss
302 /** Determine if address is in cache */
305 /** Determine if address is in cache miss queue */
342 * Notify prefetcher of cache access (may be any access or just
343 * misses, depending on cache parameters.)
347 /** Notify prefetcher of cache fill */
368 * @param miss whether this event comes from a cache miss