Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c268 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
362 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1502 test_ioctl_ioas_alloc(&dst_ioas_id); in TEST_F()
1556 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1880 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1900 test_ioctl_ioas_alloc(&new_ioas_id); in TEST_F()
1934 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
2147 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
2196 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
2233 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
[all …]
H A Diommufd_utils.h565 #define test_ioctl_ioas_alloc(id) \ macro