|
Linux Kernel
3.7.1
|
#include <linux/pci.h>#include <linux/cache.h>#include <linux/module.h>#include <linux/swiotlb.h>#include <linux/bootmem.h>#include <linux/dma-mapping.h>#include <asm/iommu.h>#include <asm/swiotlb.h>#include <asm/dma.h>#include <asm/xen/swiotlb-xen.h>#include <asm/iommu_table.h>Go to the source code of this file.
Variables | |
| int swiotlb | __read_mostly |
| IOMMU_INIT | ( | pci_swiotlb_detect_4gb | , |
| pci_swiotlb_detect_override | , | ||
| pci_swiotlb_init | , | ||
| pci_swiotlb_late_init | |||
| ) |
| IOMMU_INIT_FINISH | ( | pci_swiotlb_detect_override | , |
| pci_xen_swiotlb_detect | , | ||
| pci_swiotlb_init | , | ||
| pci_swiotlb_late_init | |||
| ) |
Definition at line 77 of file pci-swiotlb.c.
Definition at line 59 of file pci-swiotlb.c.
Definition at line 91 of file pci-swiotlb.c.
Definition at line 99 of file pci-swiotlb.c.
Definition at line 15 of file pci-swiotlb.c.
1.8.2