cregit-Linux how code gets into the kernel

Release 4.18 arch/ia64/kernel/dma-mapping.c

Directory: arch/ia64/kernel
// SPDX-License-Identifier: GPL-2.0
#include <linux/dma-mapping.h>
#include <linux/swiotlb.h>
#include <linux/export.h>

/* Set this to 1 if there is a HW IOMMU in the system */

int iommu_detected __read_mostly;


const struct dma_map_ops *dma_ops;
EXPORT_SYMBOL(dma_ops);


const struct dma_map_ops *dma_get_ops(struct device *dev) { return dma_ops; }

Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori1593.75%266.67%
Bart Van Assche16.25%133.33%
Total16100.00%3100.00%

EXPORT_SYMBOL(dma_get_ops); #ifdef CONFIG_SWIOTLB
void __init swiotlb_dma_init(void) { dma_ops = &swiotlb_dma_ops; swiotlb_init(1); }

Contributors

PersonTokensPropCommitsCommitProp
Christoph Hellwig18100.00%1100.00%
Total18100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
FUJITA Tomonori3854.29%450.00%
Christoph Hellwig2637.14%112.50%
Paul Gortmaker34.29%112.50%
Bart Van Assche22.86%112.50%
Greg Kroah-Hartman11.43%112.50%
Total70100.00%8100.00%
Directory: arch/ia64/kernel
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.