#include <linux/module.h>
#include <linux/errno.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <linux/io.h>
#include <linux/sizes.h>
#include <asm/cp15.h>
#include <asm/cputype.h>
#include <asm/cacheflush.h>
#include <asm/mmu_context.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/system_info.h>
#include <asm/mach/map.h>
#include <asm/mach/pci.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 | __check_kvm_seq (struct mm_struct *mm) |
|
void __iomem * | __arm_ioremap_pfn_caller (unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype, void *caller) |
|
void __iomem * | __arm_ioremap_caller (unsigned long phys_addr, size_t size, unsigned int mtype, void *caller) |
|
void __iomem * | __arm_ioremap_pfn (unsigned long pfn, unsigned long offset, size_t size, unsigned int mtype) |
|
| EXPORT_SYMBOL (__arm_ioremap_pfn) |
|
void __iomem * | __arm_ioremap (unsigned long phys_addr, size_t size, unsigned int mtype) |
|
| EXPORT_SYMBOL (__arm_ioremap) |
|
void __iomem * | __arm_ioremap_exec (unsigned long phys_addr, size_t size, bool cached) |
|
void | __iounmap (volatile void __iomem *io_addr) |
|
void | __arm_iounmap (volatile void __iomem *io_addr) |
|
| EXPORT_SYMBOL (__arm_iounmap) |
|