Searched refs:_test_cmd_mock_domain_replace (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/iommu/ |
D | iommufd_fail_nth.c | 668 if (_test_cmd_mock_domain_replace(self->fd, stdev_id, ioas_id2, NULL)) in TEST_FAIL_NTH() 671 if (_test_cmd_mock_domain_replace(self->fd, stdev_id, hwpt_id, NULL)) in TEST_FAIL_NTH()
|
D | iommufd_utils.h | 152 static int _test_cmd_mock_domain_replace(int fd, __u32 stdev_id, __u32 pt_id, in _test_cmd_mock_domain_replace() function 174 ASSERT_EQ(0, _test_cmd_mock_domain_replace(self->fd, stdev_id, pt_id, \ 177 EXPECT_ERRNO(_errno, _test_cmd_mock_domain_replace(self->fd, stdev_id, \
|