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