Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c798 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 2, in TEST_F()
800 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE, in TEST_F()
802 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE, in TEST_F()
804 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 2, in TEST_F()
806 test_err_ioctl_ioas_map_fixed(EEXIST, buffer, PAGE_SIZE * 3, in TEST_F()
1448 test_err_ioctl_ioas_map_fixed(EINVAL, buffer + MOCK_PAGE_SIZE, in TEST_F()
Diommufd_utils.h630 #define test_err_ioctl_ioas_map_fixed(_errno, buffer, length, iova) \ macro