Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c446 test_err_hwpt_alloc(ENOENT, self->ioas_id, self->device_id, 0, in TEST_F()
448 test_err_hwpt_alloc(EINVAL, self->device_id, self->device_id, 0, in TEST_F()
450 test_err_hwpt_alloc(EOPNOTSUPP, self->device_id, self->ioas_id, in TEST_F()
700 test_err_hwpt_alloc(ENOENT, self->device_id, self->ioas_id, 0, in TEST_F()
2056 test_err_hwpt_alloc(EOPNOTSUPP, in TEST_F()
2258 test_err_hwpt_alloc(EOPNOTSUPP, idev_id, ioas_id, in TEST_F()
H A Diommufd_utils.h230 #define test_err_hwpt_alloc(_errno, device_id, pt_id, flags, hwpt_id) \ macro