Home
last modified time | relevance | path

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

/openbmc/qemu/migration/
H A Dpage_cache.c113 static CacheItem *cache_get_by_addr(const PageCache *cache, uint64_t addr) in cache_get_by_addr() function
127 return cache_get_by_addr(cache, addr)->it_data; in get_cached_data()
135 it = cache_get_by_addr(cache, addr); in cache_is_cached()
152 it = cache_get_by_addr(cache, addr); in cache_insert()