Home
last modified time | relevance | path

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

/arch/mips/mm/
Dtlbex.c586 UASM_i_SRL(p, ctx, ctx, shift); in build_adjust_context()
645 UASM_i_SRL(p, tmp, tmp, 6); /* convert to entrylo0 */ in build_update_entries()
649 UASM_i_SRL(p, ptep, ptep, 6); /* convert to entrylo1 */ in build_update_entries()
678 UASM_i_SRL(&p, K0, K0, PAGE_SHIFT + 1); in build_r4000_tlb_refill_handler()
1098 UASM_i_SRL(p, pte, pte, PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2); in build_r4000_tlbchange_handler_head()
1141 UASM_i_SRL(&p, K0, K0, PAGE_SHIFT + 1); in build_r4000_tlb_load_handler()
Duasm.h124 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) macro
137 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro