Home
last modified time | relevance | path

Searched refs:iotlb_key (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/arm/
H A Dsmmu-common.c134 SMMUIOTLBKey *iotlb_key = (SMMUIOTLBKey *)key; in smmu_hash_remove_by_asid() local
136 return SMMU_IOTLB_ASID(*iotlb_key) == asid; in smmu_hash_remove_by_asid()
143 SMMUIOTLBKey *iotlb_key = (SMMUIOTLBKey *)key; in smmu_hash_remove_by_vmid() local
145 return SMMU_IOTLB_VMID(*iotlb_key) == vmid; in smmu_hash_remove_by_vmid()
154 SMMUIOTLBKey iotlb_key = *(SMMUIOTLBKey *)key; in smmu_hash_remove_by_asid_vmid_iova() local
156 if (info->asid >= 0 && info->asid != SMMU_IOTLB_ASID(iotlb_key)) { in smmu_hash_remove_by_asid_vmid_iova()
159 if (info->vmid >= 0 && info->vmid != SMMU_IOTLB_VMID(iotlb_key)) { in smmu_hash_remove_by_asid_vmid_iova()