Home
last modified time | relevance | path

Searched refs:test_err_ioctl_ioas_map (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c1415 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()
Diommufd_utils.h595 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ macro