Lines Matching refs:tlb_handler
307 static u32 tlb_handler[128]; variable
415 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r3000_tlb_refill_handler()
416 p = tlb_handler; in build_r3000_tlb_refill_handler()
436 if (p > tlb_handler + 32) in build_r3000_tlb_refill_handler()
440 (unsigned int)(p - tlb_handler)); in build_r3000_tlb_refill_handler()
442 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler()
1260 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler()
1268 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler()
1340 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler()
1347 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1348 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1351 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1) in build_r4000_tlb_refill_handler()
1352 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3) in build_r4000_tlb_refill_handler()
1354 tlb_handler + MIPS64_REFILL_INSNS - 3))) in build_r4000_tlb_refill_handler()
1360 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) { in build_r4000_tlb_refill_handler()
1362 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1363 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1382 if (split > tlb_handler + MIPS64_REFILL_INSNS || in build_r4000_tlb_refill_handler()
1392 split = tlb_handler + MIPS64_REFILL_INSNS - 2; in build_r4000_tlb_refill_handler()
1403 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1404 f += split - tlb_handler; in build_r4000_tlb_refill_handler()