Home
last modified time | relevance | path

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

/Linux-v5.15/arch/mips/mm/
Dtlbex.c460 static u32 final_handler[64]; variable
1319 memset(final_handler, 0, sizeof(final_handler)); in build_r4000_tlb_refill_handler()
1394 f = final_handler; in build_r4000_tlb_refill_handler()
1408 f = final_handler + MIPS64_REFILL_INSNS; in build_r4000_tlb_refill_handler()
1457 uasm_l_split(&l, final_handler); in build_r4000_tlb_refill_handler()
1471 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1472 final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) + in build_r4000_tlb_refill_handler()
1483 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler()