Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Ddevice.c509 struct iommufd_hw_pagetable *destroy_hwpt; in iommufd_device_auto_get_domain() local
524 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
525 if (IS_ERR(destroy_hwpt)) { in iommufd_device_auto_get_domain()
533 if (PTR_ERR(destroy_hwpt) == -EINVAL) in iommufd_device_auto_get_domain()
545 destroy_hwpt = ERR_CAST(hwpt); in iommufd_device_auto_get_domain()
550 destroy_hwpt = (*do_attach)(idev, hwpt); in iommufd_device_auto_get_domain()
551 if (IS_ERR(destroy_hwpt)) in iommufd_device_auto_get_domain()
554 destroy_hwpt = NULL; in iommufd_device_auto_get_domain()
562 return destroy_hwpt; in iommufd_device_auto_get_domain()
568 return destroy_hwpt; in iommufd_device_auto_get_domain()
574 struct iommufd_hw_pagetable *destroy_hwpt; iommufd_device_change_pt() local
[all...]

Completed in 2 milliseconds