Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <linux/types.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <asm/page.h>
#include <asm/pgtable.h>
#include <asm/io.h>
#include <asm/sun3mmu.h>
Go to the source code of this file.
Functions | |
void | mmu_emu_map_pmeg (int context, int vaddr) |
void __iomem * | sun3_ioremap (unsigned long phys, unsigned long size, unsigned long type) |
EXPORT_SYMBOL (sun3_ioremap) | |
void __iomem * | __ioremap (unsigned long phys, unsigned long size, int cache) |
EXPORT_SYMBOL (__ioremap) | |
void | iounmap (void __iomem *addr) |
EXPORT_SYMBOL (iounmap) | |
int | sun3_map_test (unsigned long addr, char *val) |
EXPORT_SYMBOL (sun3_map_test) | |
Definition at line 111 of file sun3kmap.c.
EXPORT_SYMBOL | ( | sun3_ioremap | ) |
EXPORT_SYMBOL | ( | __ioremap | ) |
EXPORT_SYMBOL | ( | iounmap | ) |
EXPORT_SYMBOL | ( | sun3_map_test | ) |
Definition at line 119 of file sun3kmap.c.
Definition at line 63 of file sun3kmap.c.
Definition at line 135 of file sun3kmap.c.