Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c2871 test_err_mmap(ENXIO, data.out_mmap_length, in TEST_F()
2873 test_err_mmap(ENXIO, data.out_mmap_length, in TEST_F()
2875 test_err_mmap(ENXIO, data.out_mmap_length / 2, data.out_mmap_offset); in TEST_F()
2876 test_err_mmap(ENXIO, data.out_mmap_length * 2, data.out_mmap_offset); in TEST_F()
H A Diommufd_utils.h59 #define test_err_mmap(_errno, length, offset) \ macro