Home
last modified time | relevance | path

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

/arch/mips/include/asm/
Duasm.h215 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_ldx(buf, rs, rt, rd) macro
231 # define UASM_i_LWX(buf, rs, rt, rd) uasm_i_lwx(buf, rs, rt, rd) macro
/arch/mips/mm/
Dtlbex.c1196 UASM_i_LWX(p, LOC_PTEP, scratch, ptr); in build_fast_tlb_refill_handler()
1208 UASM_i_LWX(p, ptr, scratch, ptr); in build_fast_tlb_refill_handler()
1224 UASM_i_LWX(p, scratch, scratch, ptr); in build_fast_tlb_refill_handler()
1249 UASM_i_LWX(p, even, scratch, tmp); in build_fast_tlb_refill_handler()
1251 UASM_i_LWX(p, odd, scratch, tmp); in build_fast_tlb_refill_handler()