|
Linux Kernel
3.7.1
|
#include <linux/highmem.h>#include <linux/export.h>#include <linux/mm.h>#include <asm/cacheflush.h>#include <asm/tlbflush.h>#include <asm/pgalloc.h>#include <asm/vaddrs.h>Go to the source code of this file.
Functions | |
| void __init | kmap_init (void) |
| void * | kmap_atomic (struct page *page) |
| EXPORT_SYMBOL (kmap_atomic) | |
| void | __kunmap_atomic (void *kvaddr) |
| EXPORT_SYMBOL (__kunmap_atomic) | |
Variables | |
| pgprot_t | kmap_prot |
| EXPORT_SYMBOL | ( | kmap_atomic | ) |
| EXPORT_SYMBOL | ( | __kunmap_atomic | ) |
1.8.2