Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1281 GHashTable *iot_cache, hwaddr iova) in riscv_iommu_iot_lookup() argument
1288 return g_hash_table_lookup(iot_cache, &key); in riscv_iommu_iot_lookup()
1303 g_hash_table_unref(qatomic_xchg(&s->iot_cache, iot_cache)); in riscv_iommu_iot_update()
1305 g_hash_table_add(iot_cache, iot); in riscv_iommu_iot_update()
1311 GHashTable *iot_cache; in riscv_iommu_iot_inval() local
1318 iot_cache = g_hash_table_ref(s->iot_cache); in riscv_iommu_iot_inval()
1320 g_hash_table_unref(iot_cache); in riscv_iommu_iot_inval()
1330 GHashTable *iot_cache; in riscv_iommu_translate() local
1333 iot_cache = g_hash_table_ref(s->iot_cache); in riscv_iommu_translate()
1386 g_hash_table_unref(iot_cache); in riscv_iommu_translate()
[all …]
H A Driscv-iommu.h73 GHashTable *iot_cache; /* IO Translated Address Cache */ member