uasm_i_ld         214 arch/mips/include/asm/uasm.h # define UASM_i_LW(buf, rs, rt, off) uasm_i_ld(buf, rs, rt, off)
uasm_i_ld         370 arch/mips/mm/page.c 		uasm_i_ld(buf, reg, off, A1);
uasm_i_ld         856 arch/mips/mm/tlbex.c 		uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
uasm_i_ld         859 arch/mips/mm/tlbex.c 		uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
uasm_i_ld         872 arch/mips/mm/tlbex.c 	uasm_i_ld(p, ptr, 0, ptr); /* get pud pointer */
uasm_i_ld         879 arch/mips/mm/tlbex.c 	uasm_i_ld(p, ptr, 0, ptr); /* get pmd pointer */
uasm_i_ld        1199 arch/mips/mm/tlbex.c 		uasm_i_ld(p, LOC_PTEP, 0, ptr); /* get pmd pointer */
uasm_i_ld        1681 arch/mips/mm/tlbex.c 		uasm_i_ld(p, pte, 0, ptr);