Home
last modified time | relevance | path

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

/tools/testing/selftests/iommu/
Diommufd.c513 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[0]); in TEST_F()
518 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[1]); in TEST_F()
524 test_cmd_mock_domain_replace(self->stdev_id, iopf_hwpt_id); in TEST_F()
531 test_cmd_mock_domain_replace(self->stdev_id, parent_hwpt_id); in TEST_F()
536 test_cmd_mock_domain_replace(self->stdev_id, self->ioas_id); in TEST_F()
1676 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1686 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1688 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1690 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
1692 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
[all …]
Diommufd_utils.h151 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ macro