cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/xen/swiotlb-xen.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_SWIOTLB_XEN_H

#define _ASM_X86_SWIOTLB_XEN_H

#ifdef CONFIG_SWIOTLB_XEN
extern int xen_swiotlb;
extern int __init pci_xen_swiotlb_detect(void);
extern void __init pci_xen_swiotlb_init(void);
extern int pci_xen_swiotlb_init_late(void);
#else

#define xen_swiotlb (0)

static inline int __init pci_xen_swiotlb_detect(void) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk13100.00%1100.00%
Total13100.00%1100.00%


static inline void __init pci_xen_swiotlb_init(void) { }

Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk9100.00%1100.00%
Total9100.00%1100.00%


static inline int pci_xen_swiotlb_init_late(void) { return -ENXIO; }

Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk13100.00%1100.00%
Total13100.00%1100.00%

#endif #endif /* _ASM_X86_SWIOTLB_XEN_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Konrad Rzeszutek Wilk8298.80%266.67%
Greg Kroah-Hartman11.20%133.33%
Total83100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.