Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/iommu/
Diommufd.c212 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
822 test_ioctl_ioas_alloc(&copy_cmd.dst_ioas_id); in TEST_F()
1308 test_ioctl_ioas_alloc(&dst_ioas_id); in TEST_F()
1361 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1603 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1619 test_ioctl_ioas_alloc(&new_ioas_id); in TEST_F()
1648 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1762 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1843 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1892 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
[all …]
Diommufd_utils.h471 #define test_ioctl_ioas_alloc(id) \ macro