Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c528 test_err_hwpt_invalidate(EINVAL, parent_hwpt_id, inv_reqs, in TEST_F()
542 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
549 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
555 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
563 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
571 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], NULL, in TEST_F()
579 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
588 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
602 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
623 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
H A Diommufd_utils.h307 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \ macro