Searched refs:UASM_i_SLL (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 220 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) macro 236 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 221 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_dsll(buf, rs, rt, sh) macro 237 # define UASM_i_SLL(buf, rs, rt, sh) uasm_i_sll(buf, rs, rt, sh) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 378 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers() 1623 UASM_i_SLL(&p, a0, a0, 11); in build_setup_pgd()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 371 UASM_i_SLL(p, K0, K0, ilog2(sizeof(struct tlb_reg_save))); in build_get_work_registers() 1583 UASM_i_SLL(&p, a0, a0, 11); in build_setup_pgd()
|
Completed in 8 milliseconds