Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c2790 test_err_viommu_alloc(ENOENT, device_id, 0, in TEST_F()
2796 test_err_viommu_alloc(EINVAL, device_id, hwpt_id, in TEST_F()
2802 test_err_viommu_alloc(EOPNOTSUPP, device_id, self->hwpt_id, in TEST_F()
2809 test_err_viommu_alloc(ENOENT, self->device_id, self->hwpt_id, in TEST_F()
H A Diommufd_utils.h942 #define test_err_viommu_alloc(_errno, device_id, hwpt_id, type, data, \ macro