Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c530 test_err_hwpt_invalidate(EINVAL, parent_hwpt_id, inv_reqs, in TEST_F()
544 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
551 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
557 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
565 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
573 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], NULL, in TEST_F()
581 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
590 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
604 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
625 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
H A Diommufd_utils.h316 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \ macro