Home
last modified time | relevance | path

Searched refs:iommu_copy_struct_from_user (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iommu/intel/
H A Dnested.c216 ret = iommu_copy_struct_from_user(&vtd, user_data, in intel_iommu_domain_alloc_nested()
/linux/drivers/iommu/amd/
H A Dnested.c109 ret = iommu_copy_struct_from_user(&ndom->gdte, user_data, in amd_iommu_alloc_domain_nested()
/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3-iommufd.c255 ret = iommu_copy_struct_from_user(&arg, user_data, in arm_vsmmu_alloc_domain_nested()
/linux/include/linux/
H A Diommu.h462 #define iommu_copy_struct_from_user(kdst, user_data, data_type, min_last) \ macro