Lines Matching refs:tlb_handler

314 static u32 tlb_handler[128];  variable
413 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r3000_tlb_refill_handler()
414 p = tlb_handler; in build_r3000_tlb_refill_handler()
434 if (p > tlb_handler + 32) in build_r3000_tlb_refill_handler()
438 (unsigned int)(p - tlb_handler)); in build_r3000_tlb_refill_handler()
440 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler()
1265 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler()
1273 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler()
1346 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler()
1353 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1354 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1357 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1) in build_r4000_tlb_refill_handler()
1358 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3) in build_r4000_tlb_refill_handler()
1360 tlb_handler + MIPS64_REFILL_INSNS - 3))) in build_r4000_tlb_refill_handler()
1366 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) { in build_r4000_tlb_refill_handler()
1368 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1369 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1388 if (split > tlb_handler + MIPS64_REFILL_INSNS || in build_r4000_tlb_refill_handler()
1398 split = tlb_handler + MIPS64_REFILL_INSNS - 2; in build_r4000_tlb_refill_handler()
1409 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1410 f += split - tlb_handler; in build_r4000_tlb_refill_handler()
1494 u32 *p = tlb_handler; in build_loongson3_tlb_refill_handler()
1500 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_loongson3_tlb_refill_handler()
1545 memcpy((void *)(ebase + 0x80), tlb_handler, 0x80); in build_loongson3_tlb_refill_handler()