Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c515 test_err_hwpt_invalidate(EINVAL, parent_hwpt_id, inv_reqs, in TEST_F()
529 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
536 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
542 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
550 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
558 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], NULL, in TEST_F()
566 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
575 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
589 test_err_hwpt_invalidate(EOPNOTSUPP, nested_hwpt_id[0], inv_reqs, in TEST_F()
610 test_err_hwpt_invalidate(EINVAL, nested_hwpt_id[0], inv_reqs, in TEST_F()
Diommufd_utils.h306 #define test_err_hwpt_invalidate(_errno, hwpt_id, reqs, data_type, lreq, \ macro