Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c354 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 2, in TEST_F()
356 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE, in TEST_F()
358 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE, in TEST_F()
360 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 2, in TEST_F()
362 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 3, in TEST_F()
1004 test_err_ioctl_ioas_map_fixed(EINVAL, buffer + MOCK_PAGE_SIZE, in TEST_F()
H A Diommufd_utils.h269 #define test_err_ioctl_ioas_map_fixed(_errno, buffer, length, iova) \ macro