Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Ddevice.c556 struct iommufd_hw_pagetable *destroy_hwpt; in iommufd_device_auto_get_domain() local
573 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
574 if (IS_ERR(destroy_hwpt)) { in iommufd_device_auto_get_domain()
582 if (PTR_ERR(destroy_hwpt) == -EINVAL) in iommufd_device_auto_get_domain()
594 destroy_hwpt = ERR_CAST(hwpt_paging); in iommufd_device_auto_get_domain()
600 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
601 if (IS_ERR(destroy_hwpt)) in iommufd_device_auto_get_domain()
604 destroy_hwpt = NULL; in iommufd_device_auto_get_domain()
612 return destroy_hwpt; in iommufd_device_auto_get_domain()
618 return destroy_hwpt; in iommufd_device_auto_get_domain()
[all …]