Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd_fail_nth.c273 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
324 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
401 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
437 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, 262144, &iova, in TEST_FAIL_NTH()
516 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
575 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, BUFFER_SIZE, &iova, in TEST_FAIL_NTH()
644 if (_test_ioctl_ioas_map(self->fd, ioas_id, buffer, PAGE_SIZE, &iova, in TEST_FAIL_NTH()
649 if (_test_ioctl_ioas_map(self->fd, ioas_id2, buffer, PAGE_SIZE, &iova, in TEST_FAIL_NTH()
Diommufd_utils.h570 static int _test_ioctl_ioas_map(int fd, unsigned int ioas_id, void *buffer, in _test_ioctl_ioas_map() function
590 ASSERT_EQ(0, _test_ioctl_ioas_map(self->fd, self->ioas_id, buffer, \
597 _test_ioctl_ioas_map(self->fd, self->ioas_id, buffer, \
603 ASSERT_EQ(0, _test_ioctl_ioas_map(self->fd, ioas_id, buffer, length, \
611 ASSERT_EQ(0, _test_ioctl_ioas_map( \
623 _test_ioctl_ioas_map( \
634 _test_ioctl_ioas_map( \
Diommufd.c1710 _test_ioctl_ioas_map(self->fd, self->ioas_id, buf, PAGE_SIZE, in TEST_F()