Lines Matching defs:key
36 SMMUIOTLBKey *key = (SMMUIOTLBKey *)v; in smmu_iotlb_key_hash() local
63 SMMUIOTLBKey key = {.asid = asid, .vmid = vmid, .iova = iova, in smmu_get_iotlb_key() local
83 SMMUIOTLBKey key; in smmu_iotlb_lookup_all_levels() local
142 SMMUIOTLBKey *key = g_new0(SMMUIOTLBKey, 1); in smmu_iotlb_insert() local
162 static gboolean smmu_hash_remove_by_asid_vmid(gpointer key, gpointer value, in smmu_hash_remove_by_asid_vmid()
172 static gboolean smmu_hash_remove_by_vmid(gpointer key, gpointer value, in smmu_hash_remove_by_vmid()
181 static gboolean smmu_hash_remove_by_vmid_s1(gpointer key, gpointer value, in smmu_hash_remove_by_vmid_s1()
191 static gboolean smmu_hash_remove_by_asid_vmid_iova(gpointer key, gpointer value, in smmu_hash_remove_by_asid_vmid_iova()
209 static gboolean smmu_hash_remove_by_vmid_ipa(gpointer key, gpointer value, in smmu_hash_remove_by_vmid_ipa()
229 smmu_hash_remove_by_sid_range(gpointer key, gpointer value, gpointer user_data) in smmu_hash_remove_by_sid_range()
256 SMMUIOTLBKey key = smmu_get_iotlb_key(asid, vmid, iova, tg, ttl); in smmu_iotlb_inv_iova() local
288 SMMUIOTLBKey key = smmu_get_iotlb_key(asid, vmid, ipa, tg, ttl); in smmu_iotlb_inv_ipa() local