Searched refs:test_err_hwpt_alloc (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/iommu/ |
D | iommufd.c | 438 test_err_hwpt_alloc(ENOENT, self->ioas_id, self->device_id, 0, in TEST_F() 440 test_err_hwpt_alloc(EINVAL, self->device_id, self->device_id, 0, in TEST_F() 688 test_err_hwpt_alloc(ENOENT, self->device_id, self->ioas_id, 0, in TEST_F() 1946 test_err_hwpt_alloc(EOPNOTSUPP, in TEST_F() 2128 test_err_hwpt_alloc(EOPNOTSUPP, idev_id, ioas_id, in TEST_F()
|
D | iommufd_utils.h | 208 #define test_err_hwpt_alloc(_errno, device_id, pt_id, flags, hwpt_id) \ macro
|