Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c593 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 0, 0); in TEST_F()
594 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 1, in TEST_F()
596 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 2, in TEST_F()
598 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 3, in TEST_F()
614 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 0, 0); in TEST_F()
615 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 1, in TEST_F()
617 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 2, in TEST_F()
619 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 3, in TEST_F()
630 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 0, 0); in TEST_F()
631 test_cmd_hwpt_check_iotlb(nested_hwpt_id[0], 1, 0); in TEST_F()
[all …]
Diommufd_utils.h235 #define test_cmd_hwpt_check_iotlb(hwpt_id, iotlb_id, expected) \ macro
256 test_cmd_hwpt_check_iotlb(hwpt_id, i, expected); \