Go to the documentation of this file.
21 #ifndef _ASM_TILE_HIGHMEM_H
22 #define _ASM_TILE_HIGHMEM_H
26 #include <asm/tlbflush.h>
49 #define LAST_PKMAP_MASK (LAST_PKMAP-1)
50 #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT)
51 #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT))
60 #define kmap_prot page_to_kpgprot(page)
70 #define flush_cache_kmaps() do { } while (0)