Lines Matching refs:tlb_handler

307 static u32 tlb_handler[128];  variable
416 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r3000_tlb_refill_handler()
417 p = tlb_handler; in build_r3000_tlb_refill_handler()
437 if (p > tlb_handler + 32) in build_r3000_tlb_refill_handler()
441 (unsigned int)(p - tlb_handler)); in build_r3000_tlb_refill_handler()
443 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler()
1245 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler()
1253 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler()
1325 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler()
1332 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1333 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1336 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1) in build_r4000_tlb_refill_handler()
1337 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3) in build_r4000_tlb_refill_handler()
1339 tlb_handler + MIPS64_REFILL_INSNS - 3))) in build_r4000_tlb_refill_handler()
1345 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) { 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()
1367 if (split > tlb_handler + MIPS64_REFILL_INSNS || in build_r4000_tlb_refill_handler()
1377 split = tlb_handler + MIPS64_REFILL_INSNS - 2; in build_r4000_tlb_refill_handler()
1388 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1389 f += split - tlb_handler; in build_r4000_tlb_refill_handler()