Home
last modified time | relevance | path

Searched refs:_test_ioctl_ioas_unmap (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h697 static int _test_ioctl_ioas_unmap(int fd, unsigned int ioas_id, uint64_t iova, in _test_ioctl_ioas_unmap() function
714 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, iova, \
718 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, ioas_id, iova, length, \
722 EXPECT_ERRNO(_errno, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, \
H A Diommufd_fail_nth.c299 if (_test_ioctl_ioas_unmap(self->fd, ioas_id, iova, BUFFER_SIZE, in TEST_FAIL_NTH()
303 _test_ioctl_ioas_unmap(self->fd, ioas_id, iova, BUFFER_SIZE, NULL); in TEST_FAIL_NTH()
H A Diommufd.c873 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, in TEST_F()