Lines Matching refs:RISCVIOMMUEntry

42 typedef struct RISCVIOMMUEntry RISCVIOMMUEntry;  typedef
68 struct RISCVIOMMUEntry { struct
1211 RISCVIOMMUEntry *t1 = (RISCVIOMMUEntry *) v1; in riscv_iommu_iot_equal()
1212 RISCVIOMMUEntry *t2 = (RISCVIOMMUEntry *) v2; in riscv_iommu_iot_equal()
1219 RISCVIOMMUEntry *t = (RISCVIOMMUEntry *) v; in riscv_iommu_iot_hash()
1227 RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; in riscv_iommu_iot_inval_pscid_iova()
1228 RISCVIOMMUEntry *arg = (RISCVIOMMUEntry *) data; in riscv_iommu_iot_inval_pscid_iova()
1240 RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; in riscv_iommu_iot_inval_pscid()
1241 RISCVIOMMUEntry *arg = (RISCVIOMMUEntry *) data; in riscv_iommu_iot_inval_pscid()
1252 RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; in riscv_iommu_iot_inval_gscid_gpa()
1253 RISCVIOMMUEntry *arg = (RISCVIOMMUEntry *) data; in riscv_iommu_iot_inval_gscid_gpa()
1264 RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; in riscv_iommu_iot_inval_gscid()
1265 RISCVIOMMUEntry *arg = (RISCVIOMMUEntry *) data; in riscv_iommu_iot_inval_gscid()
1275 RISCVIOMMUEntry *iot = (RISCVIOMMUEntry *) value; in riscv_iommu_iot_inval_all()
1280 static RISCVIOMMUEntry *riscv_iommu_iot_lookup(RISCVIOMMUContext *ctx, in riscv_iommu_iot_lookup()
1283 RISCVIOMMUEntry key = { in riscv_iommu_iot_lookup()
1293 GHashTable *iot_cache, RISCVIOMMUEntry *iot) in riscv_iommu_iot_update()
1312 RISCVIOMMUEntry key = { in riscv_iommu_iot_inval()
1326 RISCVIOMMUEntry *iot; in riscv_iommu_translate()
1376 iot = g_new0(RISCVIOMMUEntry, 1); in riscv_iommu_translate()