Searched defs:vmid (Results 1 – 4 of 4) sorted by relevance
/qemu/hw/arm/ |
H A D | smmu-common.c | 60 SMMUIOTLBKey smmu_get_iotlb_key(int asid, int vmid, uint64_t iova, in smmu_get_iotlb_key() 175 int vmid = *(int *)user_data; in smmu_hash_remove_by_vmid() local 184 int vmid = *(int *)user_data; in smmu_hash_remove_by_vmid_s1() local 249 void smmu_iotlb_inv_iova(SMMUState *s, int asid, int vmid, dma_addr_t iova, in smmu_iotlb_inv_iova() 281 void smmu_iotlb_inv_ipa(SMMUState *s, int vmid, dma_addr_t ipa, uint8_t tg, in smmu_iotlb_inv_ipa() 305 void smmu_iotlb_inv_asid_vmid(SMMUState *s, int asid, int vmid) in smmu_iotlb_inv_asid_vmid() 316 void smmu_iotlb_inv_vmid(SMMUState *s, int vmid) in smmu_iotlb_inv_vmid() 322 inline void smmu_iotlb_inv_vmid_s1(SMMUState *s, int vmid) in smmu_iotlb_inv_vmid_s1()
|
H A D | smmuv3.c | 1143 int asid, int vmid, in smmuv3_notify_iova() 1203 static void smmuv3_inv_notifiers_iova(SMMUState *s, int asid, int vmid, in smmuv3_inv_notifiers_iova() 1226 int vmid = -1; in smmuv3_range_inval() local 1388 int vmid = -1; in smmuv3_cmdq_consume() local 1410 int vmid = -1; in smmuv3_cmdq_consume() local 1444 int vmid = CMD_VMID(&cmd); in smmuv3_cmdq_consume() local
|
H A D | smmu-internal.h | 139 int vmid; member
|
/qemu/include/hw/arm/ |
H A D | smmu-common.h | 92 int vmid; /* Virtual Machine ID (S2VMID) */ member 140 int vmid; member
|