Linux Kernel
3.7.1
|
#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) |
#define DEBUG 1 |
Definition at line 7 of file pci-iommu_table.c.
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.