Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diommu.h622 * @ksrc: Pointer to an iommu driver specific user data that is defined in
624 * @data_type: The data type of the @ksrc. Must match with @user_data->type
625 * @min_last: The last member of the data structure @ksrc points in the initial
629 #define iommu_copy_struct_to_user(user_data, ksrc, data_type, min_last) \
630 __iommu_copy_struct_to_user(user_data, ksrc, data_type, sizeof(*ksrc), \
631 offsetofend(typeof(*ksrc), min_last))
600 iommu_copy_struct_to_user(user_data,ksrc,data_type,min_last) global() argument
/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.h113 u8 ksrc; /* key source */ member
/linux/Documentation/dev-tools/
H A Dgcov.rst240 echo "Usage: $0 <ksrc directory> <kobj directory> <output.tar.gz>" >&2