Searched refs:test_err_ioctl_ioas_map_file (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 1579 test_err_ioctl_ioas_map_file(EINVAL, dfd, 0, 0, &iova); in TEST_F() 1580 test_err_ioctl_ioas_map_file(EINVAL, dfd, buf_size, buf_size, &iova); in TEST_F() 1581 test_err_ioctl_ioas_map_file(EINVAL, dfd, 0, buf_size + 1, &iova); in TEST_F() 1603 test_err_ioctl_ioas_map_file(ENODEV, dfd, 0, buf_size, &iova2); in TEST_F() 1781 test_err_ioctl_ioas_map_file(EINVAL, mfd_tmp, 0, buf_size + 1, &iova); in test_basic_file() 1784 test_err_ioctl_ioas_map_file(EINVAL, mfd_tmp, 0, buf_size, &iova); in test_basic_file()
|
| H A D | iommufd_utils.h | 753 #define test_err_ioctl_ioas_map_file(_errno, mfd, start, length, iova_p) \ macro
|