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.c527 test_err_hwpt_invalidate(EINVAL, parent_hwpt_id, inv_reqs, in TEST_F()
541 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
548 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
554 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
562 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
570 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], NULL, in TEST_F()
578 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
587 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
601 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
622 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
H A Diommufd_utils.h328 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \ macro