Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
sun3kmap.c File Reference
#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 __iomemsun3_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)
 

Function Documentation

void __iomem* __ioremap ( unsigned long  phys,
unsigned long  size,
int  cache 
)

Definition at line 111 of file sun3kmap.c.

EXPORT_SYMBOL ( sun3_ioremap  )
EXPORT_SYMBOL ( __ioremap  )
EXPORT_SYMBOL ( iounmap  )
EXPORT_SYMBOL ( sun3_map_test  )
void iounmap ( void __iomem addr)

Definition at line 119 of file sun3kmap.c.

void mmu_emu_map_pmeg ( int  context,
int  vaddr 
)
inline

Definition at line 281 of file mmu_emu.c.

void __iomem* sun3_ioremap ( unsigned long  phys,
unsigned long  size,
unsigned long  type 
)

Definition at line 63 of file sun3kmap.c.

int sun3_map_test ( unsigned long  addr,
char val 
)

Definition at line 135 of file sun3kmap.c.