Searched refs:IOMMUFD_CMD_BASE (Results 1 – 4 of 4) sorted by relevance
349 [_IOC_NR(_ioctl) - IOMMUFD_CMD_BASE] = { \403 if (nr < IOMMUFD_CMD_BASE || in iommufd_fops_ioctl()404 (nr - IOMMUFD_CMD_BASE) >= ARRAY_SIZE(iommufd_ioctl_ops)) in iommufd_fops_ioctl()413 op = &iommufd_ioctl_ops[nr - IOMMUFD_CMD_BASE]; in iommufd_fops_ioctl()
141 #define IOMMU_TEST_CMD _IO(IOMMUFD_TYPE, IOMMUFD_CMD_BASE + 32)
38 IOMMUFD_CMD_BASE = 0x80, enumerator39 IOMMUFD_CMD_DESTROY = IOMMUFD_CMD_BASE,
84 ioctl(self->fd, _IO(IOMMUFD_TYPE, IOMMUFD_CMD_BASE - 1), in TEST_F()