Home
last modified time | relevance | path

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

/linux-6.1.9/arch/mips/mm/
Dtlbex.c453 static u32 final_handler[64]; variable
1276 memset(final_handler, 0, sizeof(final_handler)); in build_r4000_tlb_refill_handler()
1351 f = final_handler; in build_r4000_tlb_refill_handler()
1365 f = final_handler + MIPS64_REFILL_INSNS; in build_r4000_tlb_refill_handler()
1414 uasm_l_split(&l, final_handler); in build_r4000_tlb_refill_handler()
1428 uasm_copy_handler(relocs, labels, split, p, final_handler); in build_r4000_tlb_refill_handler()
1429 final_len = (f - (final_handler + MIPS64_REFILL_INSNS)) + in build_r4000_tlb_refill_handler()
1440 memcpy((void *)ebase, final_handler, 0x100); in build_r4000_tlb_refill_handler()