Home
last modified time | relevance | path

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

/openbmc/qemu/hw/riscv/
H A Driscv-iommu.c1354 riscv_iommu_iot_lookup(RISCVIOMMUContext * ctx,GHashTable * iot_cache,hwaddr iova,RISCVIOMMUTransTag transtag) riscv_iommu_iot_lookup() argument
1367 riscv_iommu_iot_update(RISCVIOMMUState * s,GHashTable * iot_cache,RISCVIOMMUEntry * iot) riscv_iommu_iot_update() argument
1385 GHashTable *iot_cache; riscv_iommu_iot_inval() local
1420 GHashTable *iot_cache; riscv_iommu_translate() local
[all...]
H A Driscv-iommu.h73 GHashTable *iot_cache; /* IO Translated Address Cache */ member