Searched refs:IOMMUFD_CMD_BASE (Results 1 – 4 of 4) sorted by relevance
326 [_IOC_NR(_ioctl) - IOMMUFD_CMD_BASE] = { \388 if (nr < IOMMUFD_CMD_BASE || in iommufd_fops_ioctl()389 (nr - IOMMUFD_CMD_BASE) >= ARRAY_SIZE(iommufd_ioctl_ops)) in iommufd_fops_ioctl()398 op = &iommufd_ioctl_ops[nr - IOMMUFD_CMD_BASE]; in iommufd_fops_ioctl()
151 #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()