Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/uaccess.h>
#include <asm/cacheflush.h>
#include <asm/pgtable.h>
#include <asm/tlbflush.h>
Go to the source code of this file.
Functions | |
void __iomem * | iomap_atomic_prot_pfn (unsigned long pfn, pgprot_t prot) |
void | iounmap_atomic (void __iomem *kvaddr) |
int | iomap_create_wc (resource_size_t base, unsigned long size, pgprot_t *prot) |
void | iomap_free (resource_size_t base, unsigned long size) |
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.
Definition at line 93 of file iomap_32.c.