PKMAP_BASE         54 arch/x86/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt-PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         55 arch/x86/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         44 arch/x86/include/asm/pgtable_32_types.h # define VMALLOC_END	(PKMAP_BASE - 2 * PAGE_SIZE)