cregit-Linux how code gets into the kernel

Release 4.10 arch/x86/include/asm/swiotlb.h

#ifndef _ASM_X86_SWIOTLB_H

#define _ASM_X86_SWIOTLB_H

#include <linux/swiotlb.h>

#ifdef CONFIG_SWIOTLB
extern int swiotlb;
extern int __init pci_swiotlb_detect_override(void);
extern int __init pci_swiotlb_detect_4gb(void);
extern void __init pci_swiotlb_init(void);
extern void __init pci_swiotlb_late_init(void);
#else

#define swiotlb 0

static inline int pci_swiotlb_detect_override(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
konrad rzeszutek wilkkonrad rzeszutek wilk12100.00%1100.00%
Total12100.00%1100.00%


static inline int pci_swiotlb_detect_4gb(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
fujita tomonorifujita tomonori866.67%250.00%
muli ben-yehudamuli ben-yehuda325.00%125.00%
konrad rzeszutek wilkkonrad rzeszutek wilk18.33%125.00%
Total12100.00%4100.00%


static inline void pci_swiotlb_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
fujita tomonorifujita tomonori8100.00%1100.00%
Total8100.00%1100.00%


static inline void pci_swiotlb_late_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
konrad rzeszutek wilkkonrad rzeszutek wilk8100.00%1100.00%
Total8100.00%1100.00%

#endif
static inline void dma_mark_clean(void *addr, size_t size) {}

Contributors

PersonTokensPropCommitsCommitProp
jan beulichjan beulich13100.00%1100.00%
Total13100.00%1100.00%

extern void *x86_swiotlb_alloc_coherent(struct device *hwdev, size_t size, dma_addr_t *dma_handle, gfp_t flags, unsigned long attrs); extern void x86_swiotlb_free_coherent(struct device *dev, size_t size, void *vaddr, dma_addr_t dma_addr, unsigned long attrs); #endif /* _ASM_X86_SWIOTLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
akinobu mitaakinobu mita4527.95%19.09%
konrad rzeszutek wilkkonrad rzeszutek wilk3823.60%19.09%
fujita tomonorifujita tomonori3421.12%436.36%
andi kleenandi kleen2113.04%19.09%
jan beulichjan beulich138.07%19.09%
krzysztof kozlowskikrzysztof kozlowski42.48%19.09%
muli ben-yehudamuli ben-yehuda31.86%19.09%
h. peter anvinh. peter anvin31.86%19.09%
Total161100.00%11100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.