Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
pci-iommu_table.c File Reference
#include <linux/dma-mapping.h>
#include <asm/iommu_table.h>
#include <linux/string.h>
#include <linux/kallsyms.h>

Go to the source code of this file.

Macros

#define DEBUG   1
 

Functions

void __init sort_iommu_table (struct iommu_table_entry *start, struct iommu_table_entry *finish)
 
void __init check_iommu_entries (struct iommu_table_entry *start, struct iommu_table_entry *finish)
 

Macro Definition Documentation

#define DEBUG   1

Definition at line 7 of file pci-iommu_table.c.

Function Documentation

void __init check_iommu_entries ( struct iommu_table_entry start,
struct iommu_table_entry finish 
)

Definition at line 49 of file pci-iommu_table.c.

void __init sort_iommu_table ( struct iommu_table_entry start,
struct iommu_table_entry finish 
)

Definition at line 27 of file pci-iommu_table.c.