Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h281 static int _test_ioctl_ioas_unmap(int fd, unsigned int ioas_id, uint64_t iova, in _test_ioctl_ioas_unmap() function
298 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, iova, \
302 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, ioas_id, iova, length, \
306 EXPECT_ERRNO(_errno, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, \
H A Diommufd_fail_nth.c290 if (_test_ioctl_ioas_unmap(self->fd, ioas_id, iova, BUFFER_SIZE, in TEST_FAIL_NTH()
294 _test_ioctl_ioas_unmap(self->fd, ioas_id, iova, BUFFER_SIZE, NULL); in TEST_FAIL_NTH()
H A Diommufd.c393 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, in TEST_F()