PKMAP_ADDR        117 arch/arm/mm/highmem.c 	} else if (vaddr >= PKMAP_ADDR(0) && vaddr < PKMAP_ADDR(LAST_PKMAP)) {
PKMAP_ADDR        205 arch/microblaze/mm/init.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
PKMAP_ADDR        333 arch/powerpc/mm/mem.c 		PKMAP_BASE, PKMAP_ADDR(LAST_PKMAP));
PKMAP_ADDR        341 arch/powerpc/mm/ptdump/ptdump.c 	address_markers[i++].start_address = PKMAP_ADDR(LAST_PKMAP);
PKMAP_ADDR         51 arch/sparc/include/asm/highmem.h #define PKMAP_END (PKMAP_ADDR(LAST_PKMAP))
PKMAP_ADDR        154 mm/highmem.c   	if (addr >= PKMAP_ADDR(0) && addr < PKMAP_ADDR(LAST_PKMAP)) {
PKMAP_ADDR        194 mm/highmem.c   		pte_clear(&init_mm, PKMAP_ADDR(i), &pkmap_page_table[i]);
PKMAP_ADDR        200 mm/highmem.c   		flush_tlb_kernel_range(PKMAP_ADDR(0), PKMAP_ADDR(LAST_PKMAP));
PKMAP_ADDR        257 mm/highmem.c   	vaddr = PKMAP_ADDR(last_pkmap_nr);