Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/include/asm/
Duasm.h211 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) macro
227 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) macro
/Linux-v4.19/arch/mips/mm/
Dtlbex.c374 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers()
1602 UASM_i_SLL(&p, a0, a0, 11); in build_setup_pgd()