Searched refs:hwpt_fault (Results 1 – 1 of 1) sorted by relevance
131 struct iommu_hwpt_pgfault *hwpt_fault, in iommufd_compose_fault_message() argument135 hwpt_fault->flags = fault->prm.flags; in iommufd_compose_fault_message()136 hwpt_fault->dev_id = idev->obj.id; in iommufd_compose_fault_message()137 hwpt_fault->pasid = fault->prm.pasid; in iommufd_compose_fault_message()138 hwpt_fault->grpid = fault->prm.grpid; in iommufd_compose_fault_message()139 hwpt_fault->perm = fault->prm.perm; in iommufd_compose_fault_message()140 hwpt_fault->addr = fault->prm.addr; in iommufd_compose_fault_message()141 hwpt_fault->length = 0; in iommufd_compose_fault_message()142 hwpt_fault->cookie = cookie; in iommufd_compose_fault_message()