Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Diommufd.h454 #define IOMMU_HWPT_ALLOC _IO(IOMMUFD_TYPE, IOMMUFD_CMD_HWPT_ALLOC) macro
/linux-6.12.1/drivers/iommu/iommufd/
Dmain.c363 IOCTL_OP(IOMMU_HWPT_ALLOC, iommufd_hwpt_alloc, struct iommu_hwpt_alloc,
/linux-6.12.1/tools/testing/selftests/iommu/
Diommufd_utils.h174 ret = ioctl(fd, IOMMU_HWPT_ALLOC, &cmd); in _test_cmd_hwpt_alloc()
Diommufd.c119 TEST_LENGTH(iommu_hwpt_alloc, IOMMU_HWPT_ALLOC, __reserved); in TEST_F()