Searched refs:UASM_i_SRL_SAFE (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/mips/include/asm/ |
D | uasm.h | 222 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) macro 238 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro
|
/linux-6.12.1/arch/mips/mm/ |
D | tlbex.c | 349 UASM_i_SRL_SAFE(p, GPR_K0, GPR_K0, SMP_CPUID_REGSHIFT); in build_get_work_registers() 1582 UASM_i_SRL_SAFE(&p, a1, a1, SMP_CPUID_PTRSHIFT); in build_setup_pgd()
|