iommu_destroy
struct iommu_destroy *cmd = ucmd->cmd;
struct iommu_destroy destroy;
IOCTL_OP(IOMMU_DESTROY, iommufd_destroy, struct iommu_destroy, id),
TEST_LENGTH(iommu_destroy, IOMMU_DESTROY, id);
struct iommu_destroy cmd;
struct iommu_destroy cmd = { .size = sizeof(cmd), .id = 0 };
struct iommu_destroy cmd = {