uasm_i_dsrl_safe  223 arch/mips/include/asm/uasm.h # define UASM_i_SRL_SAFE(buf, rs, rt, sh) uasm_i_dsrl_safe(buf, rs, rt, sh)
uasm_i_dsrl_safe  642 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, reg, reg, ilog2(_PAGE_GLOBAL));
uasm_i_dsrl_safe  824 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, ptr, tmp, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
uasm_i_dsrl_safe  852 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, ptr, ptr, SMP_CPUID_PTRSHIFT);
uasm_i_dsrl_safe  866 arch/mips/mm/tlbex.c 	uasm_i_dsrl_safe(p, tmp, tmp, PGDIR_SHIFT - 3);
uasm_i_dsrl_safe  873 arch/mips/mm/tlbex.c 	uasm_i_dsrl_safe(p, tmp, tmp, PUD_SHIFT - 3); /* get pud offset in bytes */
uasm_i_dsrl_safe  880 arch/mips/mm/tlbex.c 	uasm_i_dsrl_safe(p, tmp, tmp, PMD_SHIFT-3); /* get pmd offset in bytes */
uasm_i_dsrl_safe 1132 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, scratch, tmp,
uasm_i_dsrl_safe 1176 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
uasm_i_dsrl_safe 1188 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, scratch, tmp, PGDIR_SHIFT - 3);
uasm_i_dsrl_safe 1204 arch/mips/mm/tlbex.c 	uasm_i_dsrl_safe(p, scratch, tmp, PUD_SHIFT - 3);
uasm_i_dsrl_safe 1219 arch/mips/mm/tlbex.c 	uasm_i_dsrl_safe(p, scratch, tmp, PMD_SHIFT - 3);
uasm_i_dsrl_safe 1264 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, even, even, ilog2(_PAGE_GLOBAL));
uasm_i_dsrl_safe 1266 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(p, odd, odd, ilog2(_PAGE_GLOBAL));
uasm_i_dsrl_safe 1333 arch/mips/mm/tlbex.c 			uasm_i_dsrl_safe(&p, K1, K0, 62);
uasm_i_dsrl_safe 1334 arch/mips/mm/tlbex.c 			uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);
uasm_i_dsrl_safe 1540 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(&p, K1, K0, PGDIR_SHIFT + PGD_ORDER + PAGE_SHIFT - 3);
uasm_i_dsrl_safe 2125 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(&p, K1, K0, 62);
uasm_i_dsrl_safe 2126 arch/mips/mm/tlbex.c 		uasm_i_dsrl_safe(&p, K0, K0, 12 + 1);