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.c304 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
907 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
916 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
918 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
933 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
962 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
1342 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
1485 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1709 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in test_basic_mmap()
1823 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
[all …]
H A Diommufd_utils.h599 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro