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/
H A Diommufd.c683 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()
2815 test_cmd_mock_domain_replace(self->stdev_id, in TEST_F()
2826 test_cmd_mock_domain_replace(self->stdev_id, in TEST_F()
[all …]
H A Diommufd_utils.h174 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ macro