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.c267 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
361 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1057 test_ioctl_ioas_alloc(&copy_cmd.dst_ioas_id); in TEST_F()
1543 test_ioctl_ioas_alloc(&dst_ioas_id); in TEST_F()
1640 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
1968 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
1988 test_ioctl_ioas_alloc(&new_ioas_id); in TEST_F()
2022 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
2160 test_ioctl_ioas_alloc(&self->ioas_id); in FIXTURE_SETUP()
2255 test_ioctl_ioas_alloc(&ioas_id); in TEST_F()
[all …]
H A Diommufd_utils.h619 #define test_ioctl_ioas_alloc(id) \ macro