Go to the documentation of this file.
17 #ifndef _ASM_HIGHMEM_H
18 #define _ASM_HIGHMEM_H
25 #include <asm/kmap_types.h>
28 #define HIGHMEM_DEBUG 1
40 #define LAST_PKMAP 1024
41 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
42 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
43 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
55 #define flush_cache_kmaps() flush_cache_all()
59 #define kmap_prot PAGE_KERNEL