Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
Diommufd.c672 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[0]); in TEST_F()
677 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[1]); in TEST_F()
683 test_cmd_mock_domain_replace(self->stdev_id, iopf_hwpt_id); in TEST_F()
690 test_cmd_mock_domain_replace(self->stdev_id, parent_hwpt_id); in TEST_F()
695 test_cmd_mock_domain_replace(self->stdev_id, self->ioas_id); in TEST_F()
1936 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1946 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1948 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1950 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1952 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
[all …]
Diommufd_utils.h174 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ macro