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

/linux-master/include/linux/
H A Diommu.h318 #define IOMMU_PASID_INVALID (-1U) macro
1407 return IOMMU_PASID_INVALID;
1525 return IOMMU_PASID_INVALID;
1549 return IOMMU_PASID_INVALID;
1556 return IOMMU_PASID_INVALID;
/linux-master/drivers/iommu/
H A Diommu-sva.c38 if (pasid == IOMMU_PASID_INVALID) {
H A Diommu.c3459 return IOMMU_PASID_INVALID;
3467 return ret < 0 ? IOMMU_PASID_INVALID : ret;
3473 if (WARN_ON(pasid == IOMMU_PASID_INVALID))
/linux-master/drivers/dma/idxd/
H A Dinit.c114 ie->pasid = IOMMU_PASID_INVALID;
578 if (pasid == IOMMU_PASID_INVALID)
615 idxd->pasid = IOMMU_PASID_INVALID;
H A Ddevice.c1290 if (ie->pasid == IOMMU_PASID_INVALID)
1320 ie->pasid = IOMMU_PASID_INVALID;
1336 ie->pasid = device_pasid_enabled(idxd) ? idxd->pasid : IOMMU_PASID_INVALID;
1361 ie->pasid = IOMMU_PASID_INVALID;
1550 if (idxd->pasid != IOMMU_PASID_INVALID)
H A Dirq.c85 if (ie->pasid != IOMMU_PASID_INVALID)
H A Dcdev.c262 if (pasid == IOMMU_PASID_INVALID) {
/linux-master/drivers/misc/uacce/
H A Duacce.c119 if (pasid == IOMMU_PASID_INVALID) {
/linux-master/drivers/iommu/intel/
H A Dsvm.c292 if (pasid == IOMMU_PASID_INVALID || pasid >= PASID_MAX)
H A Ddmar.c2003 if (pasid == IOMMU_PASID_INVALID)
2084 pasid_present ? pasid : IOMMU_PASID_INVALID,
H A Diommu.c812 if (intel_iommu_sm && pasid == IOMMU_PASID_INVALID)

Completed in 257 milliseconds