Searched refs:has_pasid (Results 1 – 1 of 1) sorted by relevance
1223 bool has_pasid = msg->flags & IOMMU_PAGE_RESP_PASID_VALID; in iommu_page_response() local1258 if (needs_pasid && (!has_pasid || msg->pasid != prm->pasid)) in iommu_page_response()1261 if (!needs_pasid && has_pasid) { in iommu_page_response()