Searched refs:test_err_hwpt_alloc (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 447 test_err_hwpt_alloc(ENOENT, self->ioas_id, self->device_id, 0, in TEST_F() 449 test_err_hwpt_alloc(EINVAL, self->device_id, self->device_id, 0, in TEST_F() 451 test_err_hwpt_alloc(EOPNOTSUPP, self->device_id, self->ioas_id, in TEST_F() 701 test_err_hwpt_alloc(ENOENT, self->device_id, self->ioas_id, 0, in TEST_F() 1968 test_err_hwpt_alloc(EOPNOTSUPP, in TEST_F() 2150 test_err_hwpt_alloc(EOPNOTSUPP, idev_id, ioas_id, in TEST_F()
|
| H A D | iommufd_utils.h | 209 #define test_err_hwpt_alloc(_errno, device_id, pt_id, flags, hwpt_id) \ macro
|