Searched refs:hwpt_nested (Results 1 – 1 of 1) sorted by relevance
56 struct iommufd_hwpt_nested *hwpt_nested = in iommufd_hwpt_nested_destroy() local221 struct iommufd_hwpt_nested *hwpt_nested; in iommufd_hwpt_nested_alloc() local232 hwpt_nested = __iommufd_object_alloc( in iommufd_hwpt_nested_alloc()234 if (IS_ERR(hwpt_nested)) in iommufd_hwpt_nested_alloc()235 return ERR_CAST(hwpt_nested); in iommufd_hwpt_nested_alloc()236 hwpt = &hwpt_nested->common; in iommufd_hwpt_nested_alloc()239 hwpt_nested->parent = parent; in iommufd_hwpt_nested_alloc()256 return hwpt_nested; in iommufd_hwpt_nested_alloc()314 if (IS_ERR(hwpt_nested)) { in iommufd_hwpt_alloc()315 rc = PTR_ERR(hwpt_nested); in iommufd_hwpt_alloc()[all …]
Completed in 3 milliseconds