Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
iomap_32.c File Reference
#include <asm/iomap.h>
#include <asm/pat.h>
#include <linux/module.h>
#include <linux/highmem.h>

Go to the source code of this file.

Functions

int iomap_create_wc (resource_size_t base, unsigned long size, pgprot_t *prot)
 
 EXPORT_SYMBOL_GPL (iomap_create_wc)
 
void iomap_free (resource_size_t base, unsigned long size)
 
 EXPORT_SYMBOL_GPL (iomap_free)
 
voidkmap_atomic_prot_pfn (unsigned long pfn, pgprot_t prot)
 
void __iomemiomap_atomic_prot_pfn (unsigned long pfn, pgprot_t prot)
 
 EXPORT_SYMBOL_GPL (iomap_atomic_prot_pfn)
 
void iounmap_atomic (void __iomem *kvaddr)
 
 EXPORT_SYMBOL_GPL (iounmap_atomic)
 

Function Documentation

EXPORT_SYMBOL_GPL ( iomap_create_wc  )
EXPORT_SYMBOL_GPL ( iomap_free  )
EXPORT_SYMBOL_GPL ( iomap_atomic_prot_pfn  )
EXPORT_SYMBOL_GPL ( iounmap_atomic  )
void __iomem* iomap_atomic_prot_pfn ( unsigned long  pfn,
pgprot_t  prot 
)

Definition at line 77 of file iomap_32.c.

int iomap_create_wc ( resource_size_t  base,
unsigned long  size,
pgprot_t prot 
)

Definition at line 34 of file iomap_32.c.

void iomap_free ( resource_size_t  base,
unsigned long  size 
)

Definition at line 51 of file iomap_32.c.

void iounmap_atomic ( void __iomem kvaddr)

Definition at line 93 of file iomap_32.c.

void* kmap_atomic_prot_pfn ( unsigned long  pfn,
pgprot_t  prot 
)

Definition at line 57 of file iomap_32.c.