Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c659 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[0]); in TEST_F()
664 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[1]); in TEST_F()
670 test_cmd_mock_domain_replace(self->stdev_id, iopf_hwpt_id); in TEST_F()
677 test_cmd_mock_domain_replace(self->stdev_id, parent_hwpt_id); in TEST_F()
682 test_cmd_mock_domain_replace(self->stdev_id, self->ioas_id); in TEST_F()
1914 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1924 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1926 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1928 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1930 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
[all …]
Diommufd_utils.h173 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ macro