Searched refs:test_err_ioctl_ioas_map (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/tools/testing/selftests/iommu/ |
D | iommufd.c | 1415 test_err_ioctl_ioas_map(EINVAL, buffer, length, &iova); in TEST_F() 1650 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap() 1654 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap()
|
D | iommufd_utils.h | 595 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ macro
|