Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h501 * @user_array: Pointer to a struct iommu_user_data_array for a user space
503 * @data_type: The data type of the @kdst. Must match with @user_array->type
511 #define iommu_copy_struct_from_user_array(kdst, user_array, data_type, index, \
514 kdst, user_array, data_type, index, sizeof(*(kdst)), \
523 * @user_array: Pointer to a struct iommu_user_data_array for a user space
525 * @data_type: The data type of the @kdst. Must match with @user_array->type
528 * user_array->entry_num bytes. Return 0 for success, otherwise -error.
532 struct iommu_user_data_array *user_array, in iommu_copy_struct_from_full_user_array()
538 if (user_array->type != data_type) in iommu_copy_struct_from_full_user_array()
540 if (!user_array in iommu_copy_struct_from_full_user_array()
510 iommu_copy_struct_from_user_array(kdst,user_array,data_type,index,min_last) global() argument
531 iommu_copy_struct_from_full_user_array(void * kdst,size_t kdst_entry_size,struct iommu_user_data_array * user_array,unsigned int data_type) iommu_copy_struct_from_full_user_array() argument
[all...]