Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
H A Diommufd.c733 test_ioctl_ioas_map_fixed(buffer, PAGE_SIZE, self->base_iova); in TEST_F()
747 test_ioctl_ioas_map_fixed(buffer, PAGE_SIZE, in TEST_F()
805 test_ioctl_ioas_map_fixed(buffer, PAGE_SIZE, in TEST_F()
812 test_ioctl_ioas_map_fixed(buffer, PAGE_SIZE * 2, in TEST_F()
847 test_ioctl_ioas_map_fixed(buffer, 8 * PAGE_SIZE, in TEST_F()
1111 test_ioctl_ioas_map_fixed(buf, buf_size, self->base_iova); in TEST_F()
1159 test_ioctl_ioas_map_fixed(buffer, BUFFER_SIZE, in TEST_F()
1313 test_ioctl_ioas_map_fixed(buffer, BUFFER_SIZE, iova); in TEST_F()
1329 test_ioctl_ioas_map_fixed(buffer, BUFFER_SIZE, in TEST_F()
1377 test_ioctl_ioas_map_fixed(buffer, BUFFER_SIZE, in TEST_F()
[all …]
H A Diommufd_utils.h609 #define test_ioctl_ioas_map_fixed(buffer, length, iova) \ macro