Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c2707 test_err_viommu_alloc(ENOENT, device_id, 0, in TEST_F()
2712 test_err_viommu_alloc(EINVAL, device_id, hwpt_id, in TEST_F()
2717 test_err_viommu_alloc(EOPNOTSUPP, device_id, self->hwpt_id, in TEST_F()
2724 test_err_viommu_alloc(ENOENT, self->device_id, self->hwpt_id, in TEST_F()
Diommufd_utils.h908 #define test_err_viommu_alloc(_errno, device_id, hwpt_id, type, viommu_id) \ macro