Home
last modified time | relevance | path

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

/arch/mips/mm/
Dtlbex.c588 UASM_i_SRL(p, reg, reg, ilog2(_PAGE_NO_EXEC)); in build_convert_pte_to_entrylo()
594 UASM_i_SRL(p, reg, reg, ilog2(_PAGE_GLOBAL)); in build_convert_pte_to_entrylo()
951 UASM_i_SRL(p, ctx, ctx, shift); in build_adjust_context()
992 UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_NO_EXEC)); in build_update_entries()
993 UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_NO_EXEC)); in build_update_entries()
1019 UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_NO_EXEC)); in build_update_entries()
1020 UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_NO_EXEC)); in build_update_entries()
1027 UASM_i_SRL(p, tmp, tmp, ilog2(_PAGE_GLOBAL)); /* convert to entrylo0 */ in build_update_entries()
1031 UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */ in build_update_entries()
1815 UASM_i_SRL(p, wr.r1, wr.r1, PAGE_SHIFT + PTE_ORDER - PTE_T_LOG2); in build_r4000_tlbchange_handler_head()
/arch/mips/include/asm/
Duasm.h152 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_dsrl(buf, rs, rt, sh) macro
168 # define UASM_i_SRL(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro