Home
last modified time | relevance | path

Searched refs:hit_blk (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dcache.c358 int hit_blk, replaced_blk; in access_cache() local
364 hit_blk = in_cache(cache, addr); in access_cache()
365 if (hit_blk != -1) { in access_cache()
367 update_hit(cache, set, hit_blk); in access_cache()