Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/include/asm/
Duasm.h214 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) macro
230 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_lwx(buf, rs, rt, rd) macro
/linux-6.12.1/arch/mips/mm/
Dtlbex.c1140 UASM_i_LWX(p, LOC_PTEP, scratch, ptr); in build_fast_tlb_refill_handler()
1152 UASM_i_LWX(p, ptr, scratch, ptr); in build_fast_tlb_refill_handler()
1168 UASM_i_LWX(p, scratch, scratch, ptr); in build_fast_tlb_refill_handler()
1193 UASM_i_LWX(p, even, scratch, tmp); in build_fast_tlb_refill_handler()
1195 UASM_i_LWX(p, odd, scratch, tmp); in build_fast_tlb_refill_handler()