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()
1306 u32 *p = tlb_handler; in build_r4000_tlb_refill_handler()
1314 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_r4000_tlb_refill_handler()
1386 if ((p - tlb_handler) > 64) in build_r4000_tlb_refill_handler()
1393 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1394 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1397 if (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 1) in build_r4000_tlb_refill_handler()
1398 || (((p - tlb_handler) > (MIPS64_REFILL_INSNS * 2) - 3) in build_r4000_tlb_refill_handler()
1400 tlb_handler + MIPS64_REFILL_INSNS - 3))) in build_r4000_tlb_refill_handler()
1406 if ((p - tlb_handler) <= MIPS64_REFILL_INSNS) { in build_r4000_tlb_refill_handler()
1408 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1409 final_len = p - tlb_handler; in build_r4000_tlb_refill_handler()
1428 if (split > tlb_handler + MIPS64_REFILL_INSNS || in build_r4000_tlb_refill_handler()
1438 split = tlb_handler + MIPS64_REFILL_INSNS - 2; in build_r4000_tlb_refill_handler()
1449 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1450 f += split - tlb_handler; in build_r4000_tlb_refill_handler()
1534 u32 *p = tlb_handler; in build_loongson3_tlb_refill_handler()
1540 memset(tlb_handler, 0, sizeof(tlb_handler)); in build_loongson3_tlb_refill_handler()
1585 memcpy((void *)(ebase + 0x80), tlb_handler, 0x80); in build_loongson3_tlb_refill_handler()