Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd.c422 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
431 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
433 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
448 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
477 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
830 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
973 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1171 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
1241 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
1284 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
H A Diommufd_utils.h239 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro