PKMAP_BASE         25 arch/arc/include/asm/highmem.h #define PKMAP_ADDR(nr)		(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         26 arch/arc/include/asm/highmem.h #define PKMAP_NR(virt)		(((virt) - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE        137 arch/arc/mm/highmem.c 	pkmap_page_table = alloc_kmap_pgtable(PKMAP_BASE);
PKMAP_BASE         10 arch/arm/include/asm/highmem.h #define PKMAP_NR(virt)		(((virt) - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         11 arch/arm/include/asm/highmem.h #define PKMAP_ADDR(nr)		(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE        501 arch/arm/mm/init.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > PAGE_OFFSET);
PKMAP_BASE        502 arch/arm/mm/init.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE	> PAGE_OFFSET);
PKMAP_BASE       1442 arch/arm/mm/mmu.c 	pkmap_page_table = early_pte_alloc(pmd_off_k(PKMAP_BASE),
PKMAP_BASE       1443 arch/arm/mm/mmu.c 		PKMAP_BASE, _PAGE_KERNEL_TABLE);
PKMAP_BASE         30 arch/csky/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt-PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         31 arch/csky/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         22 arch/csky/include/asm/pgtable.h #define VMALLOC_END		(PKMAP_BASE - 2*PAGE_SIZE)
PKMAP_BASE        183 arch/csky/mm/highmem.c 	vaddr = PKMAP_BASE;
PKMAP_BASE         86 arch/hexagon/include/asm/mem-layout.h #define PKMAP_NR(virt)	((virt - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         87 arch/hexagon/include/asm/mem-layout.h #define PKMAP_ADDR(nr)	(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE        103 arch/hexagon/include/asm/mem-layout.h #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2)
PKMAP_BASE         51 arch/microblaze/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         52 arch/microblaze/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         62 arch/microblaze/mm/init.c 	pr_debug("%x\n", (u32)PKMAP_BASE);
PKMAP_BASE         63 arch/microblaze/mm/init.c 	map_page(PKMAP_BASE, 0, 0);	/* XXX gross */
PKMAP_BASE         64 arch/microblaze/mm/init.c 	pkmap_page_table = virt_to_kpte(PKMAP_BASE);
PKMAP_BASE        205 arch/microblaze/mm/init.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
PKMAP_BASE        333 arch/microblaze/mm/init.c 	ioremap_base = ioremap_bot = PKMAP_BASE;
PKMAP_BASE         46 arch/mips/include/asm/highmem.h #define PKMAP_NR(virt)	((virt-PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         47 arch/mips/include/asm/highmem.h #define PKMAP_ADDR(nr)	(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE        105 arch/mips/include/asm/pgtable-32.h # define VMALLOC_END	(PKMAP_BASE-2*PAGE_SIZE)
PKMAP_BASE         81 arch/mips/mm/pgtable-32.c 	vaddr = PKMAP_BASE;
PKMAP_BASE         33 arch/nds32/include/asm/highmem.h #define PKMAP_NR(virt)		(((virt) - (PKMAP_BASE)) >> PAGE_SHIFT)
PKMAP_BASE         34 arch/nds32/include/asm/highmem.h #define PKMAP_ADDR(nr)		(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         58 arch/nds32/include/asm/pgtable.h #define CONSISTENT_BASE		((PKMAP_BASE) - (SZ_2M))
PKMAP_BASE         59 arch/nds32/include/asm/pgtable.h #define CONSISTENT_END		(PKMAP_BASE)
PKMAP_BASE        126 arch/nds32/mm/init.c 	vaddr = PKMAP_BASE;
PKMAP_BASE        216 arch/nds32/mm/init.c 		PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE,
PKMAP_BASE        238 arch/nds32/mm/init.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
PKMAP_BASE        239 arch/nds32/mm/init.c 	BUILD_BUG_ON((CONSISTENT_END) > PKMAP_BASE);
PKMAP_BASE        245 arch/nds32/mm/init.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
PKMAP_BASE        246 arch/nds32/mm/init.c 	BUG_ON(CONSISTENT_END > PKMAP_BASE);
PKMAP_BASE        157 arch/powerpc/include/asm/book3s/32/pgtable.h #define IOREMAP_TOP	PKMAP_BASE
PKMAP_BASE         59 arch/powerpc/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt-PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         60 arch/powerpc/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         85 arch/powerpc/include/asm/nohash/32/pgtable.h #define IOREMAP_TOP	PKMAP_BASE
PKMAP_BASE        250 arch/powerpc/mm/mem.c 	map_kernel_page(PKMAP_BASE, 0, __pgprot(0));	/* XXX gross */
PKMAP_BASE        251 arch/powerpc/mm/mem.c 	pkmap_page_table = virt_to_kpte(PKMAP_BASE);
PKMAP_BASE        333 arch/powerpc/mm/mem.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
PKMAP_BASE        340 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PKMAP_BASE;
PKMAP_BASE        380 arch/sh/mm/init.c 		PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
PKMAP_BASE         48 arch/sparc/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         49 arch/sparc/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE        249 arch/sparc/mm/init_32.c 	if (PKMAP_BASE+LAST_PKMAP*PAGE_SIZE >= FIXADDR_START) {
PKMAP_BASE        252 arch/sparc/mm/init_32.c 		       PKMAP_BASE,
PKMAP_BASE        253 arch/sparc/mm/init_32.c 		       (unsigned long)PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
PKMAP_BASE        967 arch/sparc/mm/srmmu.c 	srmmu_allocate_ptable_skeleton(PKMAP_BASE, PKMAP_END);
PKMAP_BASE        969 arch/sparc/mm/srmmu.c 	pgd = pgd_offset_k(PKMAP_BASE);
PKMAP_BASE        970 arch/sparc/mm/srmmu.c 	pmd = pmd_offset(pgd, PKMAP_BASE);
PKMAP_BASE        971 arch/sparc/mm/srmmu.c 	pte = pte_offset_kernel(pmd, PKMAP_BASE);
PKMAP_BASE         58 arch/x86/include/asm/highmem.h #define PKMAP_NR(virt)  ((virt-PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         59 arch/x86/include/asm/highmem.h #define PKMAP_ADDR(nr)  (PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         62 arch/x86/include/asm/pgtable_32_types.h # define VMALLOC_END	(PKMAP_BASE - 2 * PAGE_SIZE)
PKMAP_BASE        626 arch/x86/mm/dump_pagetables.c 	address_markers[PKMAP_BASE_NR].start_address = PKMAP_BASE;
PKMAP_BASE        423 arch/x86/mm/init_32.c 	vaddr = PKMAP_BASE;
PKMAP_BASE        809 arch/x86/mm/init_32.c 		PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
PKMAP_BASE        835 arch/x86/mm/init_32.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE	> FIXADDR_START);
PKMAP_BASE        836 arch/x86/mm/init_32.c 	BUILD_BUG_ON(VMALLOC_END			> PKMAP_BASE);
PKMAP_BASE        844 arch/x86/mm/init_32.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE	> FIXADDR_START);
PKMAP_BASE        845 arch/x86/mm/init_32.c 	BUG_ON(VMALLOC_END				> PKMAP_BASE);
PKMAP_BASE         25 arch/xtensa/include/asm/highmem.h #define PKMAP_NR(virt)		(((virt) - PKMAP_BASE) >> PAGE_SHIFT)
PKMAP_BASE         26 arch/xtensa/include/asm/highmem.h #define PKMAP_ADDR(nr)		(PKMAP_BASE + ((nr) << PAGE_SHIFT))
PKMAP_BASE         74 arch/xtensa/include/asm/highmem.h 	BUILD_BUG_ON(PKMAP_BASE <
PKMAP_BASE        183 arch/xtensa/mm/init.c 		PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE,
PKMAP_BASE         64 arch/xtensa/mm/mmu.c 	pkmap_page_table = init_pmd(PKMAP_BASE, LAST_PKMAP);
PKMAP_BASE        813 drivers/spi/spi.c 	const bool kmap_buf = ((unsigned long)buf >= PKMAP_BASE &&
PKMAP_BASE        814 drivers/spi/spi.c 				(unsigned long)buf < (PKMAP_BASE +