Searched refs:iotlb_key (Results 1 – 1 of 1) sorted by relevance
166 SMMUIOTLBKey *iotlb_key = (SMMUIOTLBKey *)key; in smmu_hash_remove_by_asid_vmid() local168 return (SMMU_IOTLB_ASID(*iotlb_key) == info->asid) && in smmu_hash_remove_by_asid_vmid()169 (SMMU_IOTLB_VMID(*iotlb_key) == info->vmid); in smmu_hash_remove_by_asid_vmid()176 SMMUIOTLBKey *iotlb_key = (SMMUIOTLBKey *)key; in smmu_hash_remove_by_vmid() local178 return SMMU_IOTLB_VMID(*iotlb_key) == vmid; in smmu_hash_remove_by_vmid()185 SMMUIOTLBKey *iotlb_key = (SMMUIOTLBKey *)key; in smmu_hash_remove_by_vmid_s1() local187 return (SMMU_IOTLB_VMID(*iotlb_key) == vmid) && in smmu_hash_remove_by_vmid_s1()188 (SMMU_IOTLB_ASID(*iotlb_key) >= 0); in smmu_hash_remove_by_vmid_s1()197 SMMUIOTLBKey iotlb_key = *(SMMUIOTLBKey *)key; in smmu_hash_remove_by_asid_vmid_iova() local199 if (info->asid >= 0 && info->asid != SMMU_IOTLB_ASID(iotlb_key)) { in smmu_hash_remove_by_asid_vmid_iova()[all …]