Searched refs:hwpt_fault (Results 1 – 1 of 1) sorted by relevance
226 struct iommu_hwpt_pgfault *hwpt_fault, in iommufd_compose_fault_message() argument230 hwpt_fault->flags = fault->prm.flags; in iommufd_compose_fault_message()231 hwpt_fault->dev_id = idev->obj.id; in iommufd_compose_fault_message()232 hwpt_fault->pasid = fault->prm.pasid; in iommufd_compose_fault_message()233 hwpt_fault->grpid = fault->prm.grpid; in iommufd_compose_fault_message()234 hwpt_fault->perm = fault->prm.perm; in iommufd_compose_fault_message()235 hwpt_fault->addr = fault->prm.addr; in iommufd_compose_fault_message()236 hwpt_fault->length = 0; in iommufd_compose_fault_message()237 hwpt_fault->cookie = cookie; in iommufd_compose_fault_message()