Linux Kernel
3.7.1
|
#include <linux/pci.h>
#include <linux/gfp.h>
#include <linux/cache.h>
#include <linux/module.h>
#include <linux/dma-mapping.h>
#include <asm/swiotlb.h>
#include <asm/dma.h>
#include <asm/iommu.h>
#include <asm/machvec.h>
Go to the source code of this file.
Functions | |
EXPORT_SYMBOL (swiotlb) | |
void __init | swiotlb_dma_init (void) |
void __init | pci_swiotlb_init (void) |
Variables | |
int swiotlb | __read_mostly |
struct dma_map_ops | swiotlb_dma_ops |
EXPORT_SYMBOL | ( | swiotlb | ) |
Definition at line 54 of file pci-swiotlb.c.
Definition at line 48 of file pci-swiotlb.c.
Definition at line 14 of file pci-swiotlb.c.
struct dma_map_ops swiotlb_dma_ops |
Definition at line 33 of file pci-swiotlb.c.