Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd_fail_nth.c279 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
330 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
407 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
443 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
522 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
581 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
652 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, PAGE_SIZE, &iova, in TEST_FAIL_NTH()
657 if (_test_ioctl_ioas_map(self->fd, ioas_id2, buffer, PAGE_SIZE, &iova, in TEST_FAIL_NTH()
H A Diommufd_utils.h625 static int _test_ioctl_ioas_map(int fd, unsigned int ioas_id, void *buffer, in _test_ioctl_ioas_map() function
645 ASSERT_EQ(0, _test_ioctl_ioas_map(self->fd, self->ioas_id, buffer, \
652 _test_ioctl_ioas_map(self->fd, self->ioas_id, buffer, \
658 ASSERT_EQ(0, _test_ioctl_ioas_map(self->fd, ioas_id, buffer, length, \
666 ASSERT_EQ(0, _test_ioctl_ioas_map( \
678 _test_ioctl_ioas_map( \
689 _test_ioctl_ioas_map( \
H A Diommufd.c1816 _test_ioctl_ioas_map(self->fd, self->ioas_id, buf, PAGE_SIZE, in TEST_F()