Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c716 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
725 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
727 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
742 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
771 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
1124 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
1267 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1465 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
1535 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
1578 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
H A Diommufd_utils.h511 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro