Home
last modified time | relevance | path

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

/Linux-v5.10/arch/mips/mm/
Dtlbex.c460 static u32 final_handler[64]; variable
1317 memset(final_handler, 0, sizeof(final_handler)); in build_r4000_tlb_refill_handler()
1391 f = final_handler; in build_r4000_tlb_refill_handler()
1405 f = final_handler + MIPS64_REFILL_INSNS; in build_r4000_tlb_refill_handler()
1454 uasm_l_split(&l, final_handler); in build_r4000_tlb_refill_handler()
1468 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1469 final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) + in build_r4000_tlb_refill_handler()
1480 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler()