Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c674 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[0]); in TEST_F()
679 test_cmd_mock_domain_replace(self->stdev_id, nested_hwpt_id[1]); in TEST_F()
685 test_cmd_mock_domain_replace(self->stdev_id, iopf_hwpt_id); in TEST_F()
692 test_cmd_mock_domain_replace(self->stdev_id, parent_hwpt_id); in TEST_F()
697 test_cmd_mock_domain_replace(self->stdev_id, self->ioas_id); in TEST_F()
1986 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1996 test_cmd_mock_domain_replace(self->stdev_ids[0], ioas_id); in TEST_F()
1998 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
2000 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
2002 test_cmd_mock_domain_replace(self->stdev_ids[0], in TEST_F()
[all …]
H A Diommufd_utils.h183 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ macro