Home
last modified time | relevance | path

Searched refs:final_handler (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/mips/mm/
Dtlbex.c455 static u32 final_handler[64]; variable
1299 memset(final_handler, 0, sizeof(final_handler)); in build_r4000_tlb_refill_handler()
1373 f = final_handler; in build_r4000_tlb_refill_handler()
1387 f = final_handler + MIPS64_REFILL_INSNS; in build_r4000_tlb_refill_handler()
1436 uasm_l_split(&l, final_handler); in build_r4000_tlb_refill_handler()
1450 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1451 final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) + in build_r4000_tlb_refill_handler()
1462 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler()