Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c302 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
866 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
875 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
877 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
892 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
921 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
1274 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
1417 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1641 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in test_basic_mmap()
1753 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
[all …]
Diommufd_utils.h589 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro