Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/mm.h>
#include <linux/kernel.h>
#include <linux/string.h>
#include <linux/types.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <asm/setup.h>
#include <asm/segment.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | PTRTREESIZE (256*1024) |
#define | IO_SIZE (256*1024) |
Functions | |
void __iomem * | __ioremap (unsigned long physaddr, unsigned long size, int cacheflag) |
EXPORT_SYMBOL (__ioremap) | |
void | iounmap (void __iomem *addr) |
EXPORT_SYMBOL (iounmap) | |
void | __iounmap (void *addr, unsigned long size) |
void | kernel_set_cachemode (void *addr, unsigned long size, int cmode) |
EXPORT_SYMBOL (kernel_set_cachemode) | |
EXPORT_SYMBOL | ( | __ioremap | ) |
EXPORT_SYMBOL | ( | iounmap | ) |
EXPORT_SYMBOL | ( | kernel_set_cachemode | ) |