Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dviommu.c147 size_t vdev_size = sizeof(*vdev); in iommufd_vdevice_alloc_ioctl() local
189 if (WARN_ON_ONCE(viommu->ops->vdevice_size < vdev_size || in iommufd_vdevice_alloc_ioctl()
194 vdev_size = viommu->ops->vdevice_size; in iommufd_vdevice_alloc_ioctl()
198 ucmd->ictx, vdev_size, IOMMUFD_OBJ_VDEVICE); in iommufd_vdevice_alloc_ioctl()