LAST_PKMAP         24 arch/arc/include/asm/highmem.h #define LAST_PKMAP_MASK		(LAST_PKMAP - 1)
LAST_PKMAP        139 arch/arc/mm/highmem.c 	BUILD_BUG_ON(LAST_PKMAP > PTRS_PER_PTE);
LAST_PKMAP          9 arch/arm/include/asm/highmem.h #define LAST_PKMAP_MASK		(LAST_PKMAP - 1)
LAST_PKMAP        117 arch/arm/mm/highmem.c 	} else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) {
LAST_PKMAP        501 arch/arm/mm/init.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > PAGE_OFFSET);
LAST_PKMAP        502 arch/arm/mm/init.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE	> PAGE_OFFSET);
LAST_PKMAP         29 arch/csky/include/asm/highmem.h #define LAST_PKMAP_MASK (LAST_PKMAP-1)
LAST_PKMAP        184 arch/csky/mm/highmem.c 	fixrange_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
LAST_PKMAP         85 arch/hexagon/include/asm/mem-layout.h #define LAST_PKMAP_MASK	(LAST_PKMAP - 1)
LAST_PKMAP         97 arch/hexagon/include/asm/mem-layout.h #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
LAST_PKMAP         47 arch/microblaze/include/asm/highmem.h #define PKMAP_BASE	((FIXADDR_START - PAGE_SIZE * (LAST_PKMAP + 1)) \
LAST_PKMAP         50 arch/microblaze/include/asm/highmem.h #define LAST_PKMAP_MASK	(LAST_PKMAP - 1)
LAST_PKMAP        205 arch/microblaze/mm/init.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
LAST_PKMAP         45 arch/mips/include/asm/highmem.h #define LAST_PKMAP_MASK (LAST_PKMAP-1)
LAST_PKMAP        101 arch/mips/include/asm/pgtable-32.h #define PKMAP_END	((FIXADDR_START) & ~((LAST_PKMAP << PAGE_SHIFT)-1))
LAST_PKMAP        102 arch/mips/include/asm/pgtable-32.h #define PKMAP_BASE	(PKMAP_END - PAGE_SIZE * LAST_PKMAP)
LAST_PKMAP         82 arch/mips/mm/pgtable-32.c 	fixrange_init(vaddr & PMD_MASK, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
LAST_PKMAP         32 arch/nds32/include/asm/highmem.h #define LAST_PKMAP_MASK		(LAST_PKMAP - 1)
LAST_PKMAP        216 arch/nds32/mm/init.c 		PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE,
LAST_PKMAP        217 arch/nds32/mm/init.c 		(LAST_PKMAP * PAGE_SIZE) >> 10,
LAST_PKMAP        238 arch/nds32/mm/init.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
LAST_PKMAP        245 arch/nds32/mm/init.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP * PAGE_SIZE > FIXADDR_START);
LAST_PKMAP         54 arch/powerpc/include/asm/highmem.h #define PKMAP_BASE	(FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1))
LAST_PKMAP         56 arch/powerpc/include/asm/highmem.h #define PKMAP_BASE	((FIXADDR_START - PAGE_SIZE*(LAST_PKMAP + 1)) & PMD_MASK)
LAST_PKMAP         58 arch/powerpc/include/asm/highmem.h #define LAST_PKMAP_MASK	(LAST_PKMAP-1)
LAST_PKMAP        333 arch/powerpc/mm/mem.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
LAST_PKMAP        341 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP);
LAST_PKMAP        380 arch/sh/mm/init.c 		PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
LAST_PKMAP        381 arch/sh/mm/init.c 		(LAST_PKMAP*PAGE_SIZE) >> 10,
LAST_PKMAP         44 arch/sparc/include/asm/highmem.h #define PKMAP_SIZE (LAST_PKMAP << PAGE_SHIFT)
LAST_PKMAP         47 arch/sparc/include/asm/highmem.h #define LAST_PKMAP_MASK (LAST_PKMAP - 1)
LAST_PKMAP         51 arch/sparc/include/asm/highmem.h #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
LAST_PKMAP        249 arch/sparc/mm/init_32.c 	if (PKMAP_BASE+LAST_PKMAP*PAGE_SIZE >= FIXADDR_START) {
LAST_PKMAP        253 arch/sparc/mm/init_32.c 		       (unsigned long)PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
LAST_PKMAP         47 arch/um/include/asm/pgtable.h #define PKMAP_BASE ((FIXADDR_START - LAST_PKMAP * PAGE_SIZE) & PMD_MASK)
LAST_PKMAP         57 arch/x86/include/asm/highmem.h #define LAST_PKMAP_MASK (LAST_PKMAP-1)
LAST_PKMAP        424 arch/x86/mm/init_32.c 	page_table_range_init(vaddr, vaddr + PAGE_SIZE*LAST_PKMAP, pgd_base);
LAST_PKMAP        809 arch/x86/mm/init_32.c 		PKMAP_BASE, PKMAP_BASE+LAST_PKMAP*PAGE_SIZE,
LAST_PKMAP        810 arch/x86/mm/init_32.c 		(LAST_PKMAP*PAGE_SIZE) >> 10,
LAST_PKMAP        835 arch/x86/mm/init_32.c 	BUILD_BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE	> FIXADDR_START);
LAST_PKMAP        844 arch/x86/mm/init_32.c 	BUG_ON(PKMAP_BASE + LAST_PKMAP*PAGE_SIZE	> FIXADDR_START);
LAST_PKMAP         22 arch/xtensa/include/asm/highmem.h 				  (LAST_PKMAP + 1) * PAGE_SIZE) & PMD_MASK)
LAST_PKMAP         24 arch/xtensa/include/asm/highmem.h #define LAST_PKMAP_MASK		(LAST_PKMAP - 1)
LAST_PKMAP         53 arch/xtensa/include/asm/highmem.h 	return LAST_PKMAP / DCACHE_N_COLORS;
LAST_PKMAP        183 arch/xtensa/mm/init.c 		PKMAP_BASE, PKMAP_BASE + LAST_PKMAP * PAGE_SIZE,
LAST_PKMAP        184 arch/xtensa/mm/init.c 		(LAST_PKMAP*PAGE_SIZE) >> 10,
LAST_PKMAP         64 arch/xtensa/mm/mmu.c 	pkmap_page_table = init_pmd(PKMAP_BASE, LAST_PKMAP);
LAST_PKMAP        815 drivers/spi/spi.c 					(LAST_PKMAP * PAGE_SIZE)));
LAST_PKMAP         92 mm/highmem.c   	return LAST_PKMAP;
LAST_PKMAP        126 mm/highmem.c   static int pkmap_count[LAST_PKMAP];
LAST_PKMAP        154 mm/highmem.c   	if (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) {
LAST_PKMAP        170 mm/highmem.c   	for (i = 0; i < LAST_PKMAP; i++) {
LAST_PKMAP        200 mm/highmem.c   		flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(LAST_PKMAP));
LAST_PKMAP        387 mm/highmem.c   static struct page_address_map page_address_maps[LAST_PKMAP];