tlb_handler       311 arch/mips/mm/tlbex.c static u32 tlb_handler[128];
tlb_handler       416 arch/mips/mm/tlbex.c 	memset(tlb_handler, 0, sizeof(tlb_handler));
tlb_handler       417 arch/mips/mm/tlbex.c 	p = tlb_handler;
tlb_handler       437 arch/mips/mm/tlbex.c 	if (p > tlb_handler + 32)
tlb_handler       441 arch/mips/mm/tlbex.c 		 (unsigned int)(p - tlb_handler));
tlb_handler       443 arch/mips/mm/tlbex.c 	memcpy((void *)ebase, tlb_handler, 0x80);
tlb_handler      1302 arch/mips/mm/tlbex.c 	u32 *p = tlb_handler;
tlb_handler      1310 arch/mips/mm/tlbex.c 	memset(tlb_handler, 0, sizeof(tlb_handler));
tlb_handler      1382 arch/mips/mm/tlbex.c 			if ((p - tlb_handler) > 64)
tlb_handler      1389 arch/mips/mm/tlbex.c 			uasm_copy_handler(relocs, labels, tlb_handler, p, f);
tlb_handler      1390 arch/mips/mm/tlbex.c 			final_len = p - tlb_handler;
tlb_handler      1393 arch/mips/mm/tlbex.c 			if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1)
tlb_handler      1394 arch/mips/mm/tlbex.c 			    || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3)
tlb_handler      1396 arch/mips/mm/tlbex.c 							tlb_handler + MIPS64_REFILL_INSNS - 3)))
tlb_handler      1402 arch/mips/mm/tlbex.c 			if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) {
tlb_handler      1404 arch/mips/mm/tlbex.c 				uasm_copy_handler(relocs, labels, tlb_handler, p, f);
tlb_handler      1405 arch/mips/mm/tlbex.c 				final_len = p - tlb_handler;
tlb_handler      1424 arch/mips/mm/tlbex.c 				if (split > tlb_handler + MIPS64_REFILL_INSNS ||
tlb_handler      1434 arch/mips/mm/tlbex.c 					split = tlb_handler + MIPS64_REFILL_INSNS - 2;
tlb_handler      1445 arch/mips/mm/tlbex.c 				uasm_copy_handler(relocs, labels, tlb_handler, split, f);
tlb_handler      1446 arch/mips/mm/tlbex.c 				f += split - tlb_handler;
tlb_handler      1530 arch/mips/mm/tlbex.c 	u32 *p = tlb_handler;
tlb_handler      1536 arch/mips/mm/tlbex.c 	memset(tlb_handler, 0, sizeof(tlb_handler));
tlb_handler      1581 arch/mips/mm/tlbex.c 	memcpy((void *)(ebase + 0x80), tlb_handler, 0x80);