Searched refs:UASM_i_SRA (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | uasm.h | 221 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) macro 237 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_sra(buf, rs, rt, sh) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | uasm.h | 222 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_dsra(buf, rs, rt, sh) macro 238 # define UASM_i_SRA(buf, rs, rt, sh) uasm_i_sra(buf, rs, rt, sh) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 1617 UASM_i_SRA(&p, a1, a0, 29); in build_setup_pgd()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 1577 UASM_i_SRA(&p, a1, a0, 29); in build_setup_pgd()
|
Completed in 8 milliseconds