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.c301 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
902 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
911 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
913 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
928 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
957 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
1337 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
1480 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1747 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in test_basic_mmap()
1861 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
[all …]
H A Diommufd_utils.h644 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro