Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/iommu/
H A Diommufd.c3017 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3133 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3149 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3158 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
H A Diommufd_utils.h353 #define test_cmd_viommu_invalidate(viommu, reqs, lreq, nreqs) \ macro