Searched refs:IOMMUFD_CMD_BASE (Results 1 – 5 of 5) sorted by relevance
38 IOMMUFD_CMD_BASE = 0x80, enumerator39 IOMMUFD_CMD_DESTROY = IOMMUFD_CMD_BASE,
331 [_IOC_NR(_ioctl) - IOMMUFD_CMD_BASE] = { \377 if (nr < IOMMUFD_CMD_BASE || in iommufd_fops_ioctl()378 (nr - IOMMUFD_CMD_BASE) >= ARRAY_SIZE(iommufd_ioctl_ops)) in iommufd_fops_ioctl()387 op = &iommufd_ioctl_ops[nr - IOMMUFD_CMD_BASE]; in iommufd_fops_ioctl()
101 #define IOMMU_TEST_CMD _IO(IOMMUFD_TYPE, IOMMUFD_CMD_BASE + 32)
83 ioctl(self->fd, _IO(IOMMUFD_TYPE, IOMMUFD_CMD_BASE - 1), in TEST_F()