Searched refs:test_err_ioctl_ioas_map (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd.c | 992 test_err_ioctl_ioas_map(ENOSPC, buffer, map_len, &iova); in TEST_F() 1478 test_err_ioctl_ioas_map(EINVAL, buffer, length, &iova); in TEST_F() 1756 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap() 1760 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap()
|
| H A D | iommufd_utils.h | 650 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ macro
|