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.c3089 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3205 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3221 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs),
3230 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