PKMAP_BASE 336 arch/x86/mm/dump_pagetables.c address_markers[4].start_address = PKMAP_BASE; PKMAP_BASE 368 arch/x86/mm/init_32.c vaddr = PKMAP_BASE; PKMAP_BASE 1024 arch/x86/mm/init_32.c PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE, PKMAP_BASE 1045 arch/x86/mm/init_32.c BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE > FIXADDR_START); PKMAP_BASE 1046 arch/x86/mm/init_32.c BUG_ON(VMALLOC_END > PKMAP_BASE); PKMAP_BASE 55 include/asm-frv/highmem.h #define PKMAP_NR(virt) ((virt - PKMAP_BASE) >> PAGE_SHIFT) PKMAP_BASE 56 include/asm-frv/highmem.h #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) PKMAP_BASE 42 include/asm-mn10300/highmem.h #define PKMAP_NR(virt) ((virt - PKMAP_BASE) >> PAGE_SHIFT) PKMAP_BASE 43 include/asm-mn10300/highmem.h #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) PKMAP_BASE 51 include/asm-um/pgtable.h # define VMALLOC_END (PKMAP_BASE-2*PAGE_SIZE) PKMAP_BASE 57 include/asm-x86/highmem.h #define PKMAP_NR(virt) ((virt-PKMAP_BASE) >> PAGE_SHIFT) PKMAP_BASE 58 include/asm-x86/highmem.h #define PKMAP_ADDR(nr) (PKMAP_BASE + ((nr) << PAGE_SHIFT)) PKMAP_BASE 71 include/asm-x86/pgtable_32.h # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE)