Searched refs:test_err_pasid_attach (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 3123 test_err_pasid_attach(EINVAL, pasid, s2_hwpt_id); in TEST_F() 3164 test_err_pasid_attach(EINVAL, pasid, parent_hwpt_id); in TEST_F() 3173 test_err_pasid_attach(EINVAL, pasid, self->ioas_id); in TEST_F() 3191 test_err_pasid_attach(EBUSY, pasid, nested_hwpt_id[0]); in TEST_F() 3212 test_err_pasid_attach(EBUSY, pasid, nested_hwpt_id[0]); in TEST_F()
|
| H A D | iommufd_utils.h | 1089 #define test_err_pasid_attach(_errno, pasid, hwpt_id) \ macro
|