Searched refs:ctx_cache (Results 1 – 2 of 2) sorted by relevance
1272 GHashTable *ctx_cache; in riscv_iommu_ctx_inval() local1277 ctx_cache = g_hash_table_ref(s->ctx_cache); in riscv_iommu_ctx_inval()1278 g_hash_table_foreach(ctx_cache, func, &key); in riscv_iommu_ctx_inval()1279 g_hash_table_unref(ctx_cache); in riscv_iommu_ctx_inval()1287 GHashTable *ctx_cache; in riscv_iommu_ctx() local1294 ctx_cache = g_hash_table_ref(s->ctx_cache); in riscv_iommu_ctx()1295 ctx = g_hash_table_lookup(ctx_cache, &key); in riscv_iommu_ctx()1298 *ref = ctx_cache; in riscv_iommu_ctx()1308 if (g_hash_table_size(ctx_cache) >= LIMIT_CACHE_CTX) { in riscv_iommu_ctx()1309 g_hash_table_unref(ctx_cache); in riscv_iommu_ctx()[all …]
71 GHashTable *ctx_cache; /* Device translation Context Cache */ member