Home
last modified time | relevance | path

Searched refs:IOMMU_FAULT_PAGE_RESPONSE_NEEDS_PASID (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Diommu.h98 #define IOMMU_FAULT_PAGE_RESPONSE_NEEDS_PASID (1 << 3) macro
/openbmc/linux/drivers/iommu/
H A Dio-pgfault.c66 (iopf->fault.prm.flags & IOMMU_FAULT_PAGE_RESPONSE_NEEDS_PASID)) in iopf_complete_group()
H A Diommu.c1485 needs_pasid = prm->flags & IOMMU_FAULT_PAGE_RESPONSE_NEEDS_PASID; in iommu_page_response()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c589 event.fault.prm.flags |= IOMMU_FAULT_PAGE_RESPONSE_NEEDS_PASID; in intel_svm_prq_report()