Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-internal.h134 #define SMMU_IOTLB_ASID(key) ((key).asid) macro
H A Dsmmu-common.c168 return (SMMU_IOTLB_ASID(*iotlb_key) == info->asid) && in smmu_hash_remove_by_asid_vmid()
188 (SMMU_IOTLB_ASID(*iotlb_key) >= 0); in smmu_hash_remove_by_vmid_s1()
199 if (info->asid >= 0 && info->asid != SMMU_IOTLB_ASID(iotlb_key)) { in smmu_hash_remove_by_asid_vmid_iova()
217 if (SMMU_IOTLB_ASID(iotlb_key) >= 0) { in smmu_hash_remove_by_vmid_ipa()