Lines Matching refs:tlb_handler
315 static u32 tlb_handler[128]; variable
420 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r3000_tlb_refill_handler()
421 p = tlb_handler; in build_r3000_tlb_refill_handler()
441 if (p > tlb_handler + 32) in build_r3000_tlb_refill_handler()
445 (unsigned int)(p - tlb_handler)); in build_r3000_tlb_refill_handler()
447 memcpy((void *)ebase, tlb_handler, 0x80); in build_r3000_tlb_refill_handler()
1308 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler()
1316 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler()
1389 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler()
1396 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1397 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1400 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1) in build_r4000_tlb_refill_handler()
1401 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3) in build_r4000_tlb_refill_handler()
1403 tlb_handler + MIPS64_REFILL_INSNS - 3))) in build_r4000_tlb_refill_handler()
1409 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) { in build_r4000_tlb_refill_handler()
1411 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1412 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1431 if (split > tlb_handler + MIPS64_REFILL_INSNS || in build_r4000_tlb_refill_handler()
1441 split = tlb_handler + MIPS64_REFILL_INSNS - 2; in build_r4000_tlb_refill_handler()
1452 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1453 f += split - tlb_handler; in build_r4000_tlb_refill_handler()
1537 u32 *p = tlb_handler; in build_loongson3_tlb_refill_handler()
1543 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_loongson3_tlb_refill_handler()
1588 memcpy((void *)(ebase + 0x80), tlb_handler, 0x80); in build_loongson3_tlb_refill_handler()