Linux Kernel
3.7.1
|
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) | |
void * | kmap_atomic_prot_pfn (unsigned long pfn, pgprot_t prot) |
void __iomem * | iomap_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) | |
EXPORT_SYMBOL_GPL | ( | iomap_create_wc | ) |
EXPORT_SYMBOL_GPL | ( | iomap_free | ) |
EXPORT_SYMBOL_GPL | ( | iomap_atomic_prot_pfn | ) |
EXPORT_SYMBOL_GPL | ( | iounmap_atomic | ) |
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.
Definition at line 57 of file iomap_32.c.