Searched refs:pasid_array (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iommu/
H A Diommu.c51 struct xarray pasid_array; member in struct:iommu_group
978 xa_init(&group->pasid_array);
3107 !xa_empty(&group->pasid_array)) {
3137 if (!WARN_ON(!group->owner_cnt || !xa_empty(&group->pasid_array)))
3170 !xa_empty(&group->pasid_array))
3256 !xa_empty(&group->pasid_array)))
3379 curr = xa_cmpxchg(&group->pasid_array, pasid, NULL, domain, GFP_KERNEL);
3388 xa_erase(&group->pasid_array, pasid);
3413 WARN_ON(xa_erase(&group->pasid_array, pasid) != domain);
3443 xa_lock(&group->pasid_array);
[all...]

Completed in 101 milliseconds