Searched refs:UASM_i_SRL_SAFE (Results 1 – 2 of 2) sorted by relevance
/arch/mips/include/asm/ |
D | uasm.h | 212 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh) macro 228 # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_srl(buf, rs, rt, sh) macro
|
/arch/mips/mm/ |
D | tlbex.c | 366 UASM_i_SRL_SAFE(p, K0, K0, SMP_CPUID_REGSHIFT); in build_get_work_registers() 1495 UASM_i_SRL_SAFE(&p, a1, a1, SMP_CPUID_PTRSHIFT); in build_setup_pgd()
|