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