|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/kernel.h>#include <linux/bug.h>#include <linux/mm.h>#include <linux/uaccess.h>#include <linux/hardirq.h>#include <asm/cacheflush.h>#include <asm/kmap_types.h>Go to the source code of this file.
Macros | |
| #define | totalhigh_pages 0UL |
| #define | kmap_atomic_prot(page, prot) kmap_atomic(page) |
| #define | kmap_atomic_pfn(pfn) kmap_atomic(pfn_to_page(pfn)) |
| #define | kmap_atomic_to_page(ptr) virt_to_page(ptr) |
| #define | kmap_flush_unused() do {} while(0) |
| #define | kunmap_atomic(addr) |
| #define kmap_atomic_pfn | ( | pfn | ) | kmap_atomic(pfn_to_page(pfn)) |
| #define kmap_atomic_prot | ( | page, | |
| prot | |||
| ) | kmap_atomic(page) |
| #define kmap_atomic_to_page | ( | ptr | ) | virt_to_page(ptr) |
| #define kunmap_atomic | ( | addr | ) |
1.8.2