Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c302 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in TEST_F()
888 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iovas[i]); in TEST_F()
897 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
899 test_ioctl_ioas_map((void *)(1UL << 31), length, in TEST_F()
914 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
943 test_ioctl_ioas_map(buffer, length, &iovas[i]); in TEST_F()
1296 test_ioctl_ioas_map(buffer, BUFFER_SIZE, &iova); in TEST_F()
1439 test_ioctl_ioas_map(buffer, length, &iova); in TEST_F()
1663 test_ioctl_ioas_map(buffer, PAGE_SIZE, &iova); in test_basic_mmap()
1775 test_ioctl_ioas_map(buf + start, length, &iova); in TEST_F()
[all …]
H A Diommufd_utils.h590 #define test_ioctl_ioas_map(buffer, length, iova_p) \ macro