Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
iommu.h File Reference

Go to the source code of this file.

Macros

#define DMAR_OPERATION_TIMEOUT   ((cycles_t) tsc_khz*10*1000)
 

Variables

struct dma_map_ops nommu_dma_ops
 
int force_iommu
 
int no_iommu
 
int iommu_detected
 
int iommu_pass_through
 

Macro Definition Documentation

#define DMAR_OPERATION_TIMEOUT   ((cycles_t) tsc_khz*10*1000)

Definition at line 10 of file iommu.h.

Variable Documentation

int force_iommu
int iommu_detected
int iommu_pass_through
int no_iommu
struct dma_map_ops nommu_dma_ops

Definition at line 65 of file dma-nommu.c.