Home
last modified time | relevance | path

Searched refs:IOMMU_FAULT_PAGE_REQ (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Diommu.h19 IOMMU_FAULT_PAGE_REQ, /* page request fault */ enumerator
/openbmc/linux/drivers/iommu/
H A Dio-pgfault.c155 if (fault->type != IOMMU_FAULT_PAGE_REQ) in iommu_queue_iopf()
H A Diommu.c1417 if (evt->fault.type == IOMMU_FAULT_PAGE_REQ && in iommu_report_device_fault()
/openbmc/linux/drivers/iommu/intel/
H A Dsvm.c579 event.fault.type = IOMMU_FAULT_PAGE_REQ; in intel_svm_prq_report()
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1513 flt->type = IOMMU_FAULT_PAGE_REQ; in arm_smmu_handle_evt()
1548 if (ret && flt->type == IOMMU_FAULT_PAGE_REQ) { in arm_smmu_handle_evt()