Home
last modified time | relevance | path

Searched refs:IOMMU_HWPT_ALLOC (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Diommufd.h514 #define IOMMU_HWPT_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_HWPT_ALLOC) macro
/linux/drivers/iommu/iommufd/
H A Dmain.c340 IOCTL_OP(IOMMU_HWPT_ALLOC, iommufd_hwpt_alloc, struct iommu_hwpt_alloc,
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h196 ret = ioctl(fd, IOMMU_HWPT_ALLOC, &cmd);
H A Diommufd.c124 TEST_LENGTH(iommu_hwpt_alloc, IOMMU_HWPT_ALLOC, __reserved); in TEST_F()