Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c415 test_ioctl_destroy(self->ioas_id); in TEST_F()
667 test_ioctl_destroy(nested_hwpt_id[0]); in TEST_F()
678 test_ioctl_destroy(nested_hwpt_id[1]); in TEST_F()
679 test_ioctl_destroy(iopf_hwpt_id); in TEST_F()
683 test_ioctl_destroy(parent_hwpt_id); in TEST_F()
684 test_ioctl_destroy(parent_hwpt_id_not_work); in TEST_F()
686 test_ioctl_destroy(fault_id); in TEST_F()
725 test_ioctl_destroy(self->ioas_id); in TEST_F()
1100 test_ioctl_destroy(self->stdev_id); in TEST_F()
1170 test_ioctl_destroy(mock_stdev_id); in TEST_F()
[all …]
Diommufd_utils.h549 #define test_ioctl_destroy(id) ASSERT_EQ(0, _test_ioctl_destroy(self->fd, id)) macro