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/
Diommufd.c268 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
362 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1016 test_ioctl_ioas_alloc(&copy_cmd.dst_ioas_id); in TEST_F()
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()
2054 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
2147 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
[all …]
Diommufd_utils.h565 #define test_ioctl_ioas_alloc(id) \ macro