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 | 997 test_err_ioctl_ioas_map(ENOSPC, buffer, map_len, &iova); in TEST_F() 1483 test_err_ioctl_ioas_map(EINVAL, buffer, length, &iova); in TEST_F() 1718 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap() 1722 test_err_ioctl_ioas_map(EFAULT, buf, buf_size, &iova); in test_basic_mmap()
|
H A D | iommufd_utils.h | 605 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ macro
|