Searched refs:destroy_hwpt (Results 1 – 1 of 1) sorted by relevance
556 struct iommufd_hw_pagetable *destroy_hwpt; in iommufd_device_auto_get_domain() local573 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 …]