Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c206 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
550 test_ioctl_ioas_alloc(&copy_cmd.dst_ioas_id); in TEST_F()
1036 test_ioctl_ioas_alloc(&dst_ioas_id); in TEST_F()
1089 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1331 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1347 test_ioctl_ioas_alloc(&new_ioas_id); in TEST_F()
1376 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1499 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1537 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
H A Diommufd_utils.h214 #define test_ioctl_ioas_alloc(id) \ macro