Searched refs:old_hwpt_paging (Results 1 – 1 of 1) sorted by relevance
447 struct iommufd_hwpt_paging *old_hwpt_paging; in iommufd_group_do_replace_reserved_iova() local453 old_hwpt_paging = find_hwpt_paging(igroup->hwpt); in iommufd_group_do_replace_reserved_iova()454 if (!old_hwpt_paging || hwpt_paging->ioas != old_hwpt_paging->ioas) { in iommufd_group_do_replace_reserved_iova()478 struct iommufd_hwpt_paging *old_hwpt_paging; in iommufd_device_do_replace() local507 old_hwpt_paging = find_hwpt_paging(old_hwpt); in iommufd_device_do_replace()508 if (old_hwpt_paging && in iommufd_device_do_replace()509 (!hwpt_paging || hwpt_paging->ioas != old_hwpt_paging->ioas)) in iommufd_device_do_replace()510 iommufd_group_remove_reserved_iova(igroup, old_hwpt_paging); in iommufd_device_do_replace()