Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c270 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
364 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1062 test_ioctl_ioas_alloc(&copy_cmd.dst_ioas_id); in TEST_F()
1548 test_ioctl_ioas_alloc(&dst_ioas_id); in TEST_F()
1602 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1930 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1950 test_ioctl_ioas_alloc(&new_ioas_id); in TEST_F()
1984 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
2116 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
2209 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
[all …]
H A Diommufd_utils.h574 #define test_ioctl_ioas_alloc(id) \ macro