#include <linux/module.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/io.h>
#include <asm/cputype.h>
#include <asm/cacheflush.h>
#include <asm/mmu_context.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/sizes.h>
#include <mach/map.h>
#include "mm.h"
Go to the source code of this file.
|
int | ioremap_page (unsigned long virt, unsigned long phys, const struct mem_type *mtype) |
|
| EXPORT_SYMBOL (ioremap_page) |
|
void __iomem * | __uc32_ioremap_pfn_caller (unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype, void *caller) |
|
void __iomem * | __uc32_ioremap_caller (unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) |
|
void __iomem * | __uc32_ioremap_pfn (unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype) |
|
| EXPORT_SYMBOL (__uc32_ioremap_pfn) |
|
void __iomem * | __uc32_ioremap (unsigned long phys_addr, size_t size) |
|
| EXPORT_SYMBOL (__uc32_ioremap) |
|
void __iomem * | __uc32_ioremap_cached (unsigned long phys_addr, size_t size) |
|
| EXPORT_SYMBOL (__uc32_ioremap_cached) |
|
void | __uc32_iounmap (volatile void __iomem *io_addr) |
|
| EXPORT_SYMBOL (__uc32_iounmap) |
|
#define VM_UNICORE_SECTION_MAPPING 0x80000000 |