Home
last modified time | relevance | path

Searched refs:iommu_test_cmd (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/testing/selftests/iommu/
Diommufd_utils.h34 struct iommu_test_cmd test_cmd = { \
50 struct iommu_test_cmd cmd = { in _test_cmd_mock_domain()
80 struct iommu_test_cmd cmd = { in _test_cmd_mock_domain_replace()
129 struct iommu_test_cmd cmd = { in _test_cmd_access_replace_ioas()
148 struct iommu_test_cmd cmd = { in _test_cmd_create_access()
176 struct iommu_test_cmd cmd = { in _test_cmd_destroy_access_pages()
311 struct iommu_test_cmd memlimit_cmd = { in _test_ioctl_set_temp_memory_limit()
329 struct iommu_test_cmd test_cmd = { in teardown_iommufd()
Diommufd_fail_nth.c409 struct iommu_test_cmd access_cmd = { in TEST_FAIL_NTH()
440 struct iommu_test_cmd access_cmd = { in TEST_FAIL_NTH()
489 struct iommu_test_cmd access_cmd = { in TEST_FAIL_NTH()
548 struct iommu_test_cmd access_cmd = { in TEST_FAIL_NTH()
Diommufd.c403 struct iommu_test_cmd test_cmd = { in TEST_F()
490 struct iommu_test_cmd test_cmd = { in TEST_F()
556 struct iommu_test_cmd test_cmd = { in TEST_F()
632 struct iommu_test_cmd access_cmd = { in TEST_F()
666 struct iommu_test_cmd access_cmd = { in TEST_F()
673 struct iommu_test_cmd check_map_cmd = { in TEST_F()
738 struct iommu_test_cmd access_pages_cmd = { in TEST_F()
767 struct iommu_test_cmd access_cmd = { in check_access_rw()
1142 struct iommu_test_cmd check_map_cmd = { \
1309 struct iommu_test_cmd access_cmd = { in TEST_F()
/Linux-v6.6/drivers/iommu/iommufd/
Dselftest.c405 struct iommu_test_cmd *cmd) in iommufd_test_mock_domain()
462 struct iommu_test_cmd *cmd) in iommufd_test_mock_domain_replace()
737 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_create_access()
831 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_access_pages()
926 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test_access_rw()
995 struct iommu_test_cmd *cmd = ucmd->cmd; in iommufd_test()
Diommufd_test.h43 struct iommu_test_cmd { struct
Dmain.c319 struct iommu_test_cmd test;
362 IOCTL_OP(IOMMU_TEST_CMD, iommufd_test, struct iommu_test_cmd, last),