Home
last modified time | relevance | path

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

/openbmc/qemu/block/
H A Dqed-l2-cache.c90 CachedL2Table *qed_alloc_l2_cache_entry(L2TableCache *l2_cache) in qed_alloc_l2_cache_entry() function
H A Dqed-table.c150 request->l2_table = qed_alloc_l2_cache_entry(&s->l2_cache); in qed_read_l2_table()
H A Dqed.h195 CachedL2Table *qed_alloc_l2_cache_entry(L2TableCache *l2_cache);
H A Dtrace-events112 qed_alloc_l2_cache_entry(void *l2_cache, void *entry) "l2_cache %p entry %p"
H A Dqed.c248 CachedL2Table *l2_table = qed_alloc_l2_cache_entry(&s->l2_cache); in qed_new_l2_table()