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.c2956 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3072 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3088 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
3097 test_cmd_viommu_invalidate(viommu_id, inv_reqs, sizeof(*inv_reqs), in TEST_F()
H A Diommufd_utils.h341 #define test_cmd_viommu_invalidate(viommu, reqs, lreq, nreqs) \ macro