Home
last modified time | relevance | path

Searched refs:iommu_test_hw_info (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h360 struct iommu_test_hw_info *info = (struct iommu_test_hw_info *)data; in _test_cmd_get_hw_info()
379 assert(cmd.data_len == sizeof(struct iommu_test_hw_info)); in _test_cmd_get_hw_info()
396 if (data_len >= offsetofend(struct iommu_test_hw_info, test_reg)) in _test_cmd_get_hw_info()
398 if (data_len >= offsetofend(struct iommu_test_hw_info, flags)) in _test_cmd_get_hw_info()
H A Diommufd_fail_nth.c579 struct iommu_test_hw_info info; in TEST_FAIL_NTH()
H A Diommufd.c297 struct iommu_test_hw_info buffer_exact; in TEST_F()
299 struct iommu_test_hw_info info; in TEST_F()
/openbmc/linux/drivers/iommu/iommufd/
H A Diommufd_test.h107 struct iommu_test_hw_info { struct
H A Dselftest.c151 struct iommu_test_hw_info *info; in mock_domain_hw_info()