Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dsmmu-internal.h135 #define SMMU_IOTLB_VMID(key) ((key).vmid) macro
H A Dsmmu-common.c169 (SMMU_IOTLB_VMID(*iotlb_key) == info->vmid); in smmu_hash_remove_by_asid_vmid()
178 return SMMU_IOTLB_VMID(*iotlb_key) == vmid; in smmu_hash_remove_by_vmid()
187 return (SMMU_IOTLB_VMID(*iotlb_key) == vmid) && in smmu_hash_remove_by_vmid_s1()
202 if (info->vmid >= 0 && info->vmid != SMMU_IOTLB_VMID(iotlb_key)) { in smmu_hash_remove_by_asid_vmid_iova()
221 if (info->vmid != SMMU_IOTLB_VMID(iotlb_key)) { in smmu_hash_remove_by_vmid_ipa()