Home
last modified time | relevance | path

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

/linux/arch/mips/include/asm/
H A Duasm.h222 # 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/arch/mips/mm/
H A Dtlbex.c349 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()