Home
last modified time | relevance | path

Searched refs:IOMMU_IOAS_UNMAP (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Diommufd.h261 #define IOMMU_IOAS_UNMAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_UNMAP) macro
/openbmc/qemu/linux-headers/linux/
H A Diommufd.h264 #define IOMMU_IOAS_UNMAP _IO(IOMMUFD_TYPE, IOMMUFD_CMD_IOAS_UNMAP) macro
/openbmc/qemu/backends/
H A Diommufd.c188 ret = ioctl(fd, IOMMU_IOAS_UNMAP, &unmap); in iommufd_backend_unmap_dma()
/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h292 ret = ioctl(fd, IOMMU_IOAS_UNMAP, &cmd); in _test_ioctl_ioas_unmap()
H A Diommufd.c122 TEST_LENGTH(iommu_ioas_unmap, IOMMU_IOAS_UNMAP); in TEST_F()
1353 ASSERT_EQ(0, ioctl(self->fd, IOMMU_IOAS_UNMAP, &unmap_cmd)); in TEST_F()
/openbmc/linux/drivers/iommu/iommufd/
H A Dmain.c355 IOCTL_OP(IOMMU_IOAS_UNMAP, iommufd_ioas_unmap, struct iommu_ioas_unmap,