Lines Matching full:fault
16 /* Generic fault types, can be expanded IRQ remapping fault */
18 IOMMU_FAULT_DMA_UNRECOV = 1, /* unrecoverable fault */
19 IOMMU_FAULT_PAGE_REQ, /* page request fault */
45 * actual translation fault
55 /* Output address of a translation stage caused Address Size fault */
60 * struct iommu_fault_unrecoverable - Unrecoverable fault data
61 * @reason: reason of the fault, from &enum iommu_fault_reason
62 * @flags: parameters of this fault (IOMMU_FAULT_UNRECOV_* values)
108 * struct iommu_fault - Generic fault data
109 * @type: fault type from &enum iommu_fault_type
111 * @event: fault event, when @type is %IOMMU_FAULT_DMA_UNRECOV
113 * @padding2: sets the fault size to allow for future extensions
126 * enum iommu_page_response_code - Return status of fault handlers
127 * @IOMMU_PAGE_RESP_SUCCESS: Fault has been handled and the page tables
131 * @IOMMU_PAGE_RESP_INVALID: Could not handle this fault, don't retry the