Home
last modified time | relevance | path

Searched refs:test_err_viommu_alloc (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c2729 test_err_viommu_alloc(ENOENT, device_id, 0, in TEST_F()
2734 test_err_viommu_alloc(EINVAL, device_id, hwpt_id, in TEST_F()
2739 test_err_viommu_alloc(EOPNOTSUPP, device_id, self->hwpt_id, in TEST_F()
2746 test_err_viommu_alloc(ENOENT, self->device_id, self->hwpt_id, in TEST_F()
H A Diommufd_utils.h922 #define test_err_viommu_alloc(_errno, device_id, hwpt_id, type, viommu_id) \ macro