cregit-Linux how code gets into the kernel

Release 4.11 arch/x86/include/asm/device.h

#ifndef _ASM_X86_DEVICE_H

#define _ASM_X86_DEVICE_H


struct dev_archdata {
#if defined(CONFIG_INTEL_IOMMU) || defined(CONFIG_AMD_IOMMU)
	
void *iommu; /* hook for IOMMU specific extension */
#endif
};

#if defined(CONFIG_X86_DEV_DMA_OPS) && defined(CONFIG_PCI_DOMAINS)

struct dma_domain {
	
struct list_head node;
	
const struct dma_map_ops *dma_ops;
	
int domain_nr;
};
void add_dma_domain(struct dma_domain *domain);
void del_dma_domain(struct dma_domain *domain);
#endif


struct pdev_archdata {
};

#endif /* _ASM_X86_DEVICE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Keith Busch4856.47%111.11%
Thomas Gleixner1112.94%222.22%
Joerg Roedel1011.76%111.11%
Anil S Keshavamurthy78.24%111.11%
Magnus Damm44.71%111.11%
H. Peter Anvin33.53%111.11%
Suresh B. Siddha11.18%111.11%
Bart Van Assche11.18%111.11%
Total85100.00%9100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.