pgdc              413 arch/mips/mm/tlbex.c 	long pgdc = (long)pgd_current;
pgdc              420 arch/mips/mm/tlbex.c 	uasm_i_lui(&p, K1, uasm_rel_hi(pgdc)); /* cp0 delay */
pgdc              421 arch/mips/mm/tlbex.c 	uasm_i_lw(&p, K1, uasm_rel_lo(pgdc), K1);
pgdc              805 arch/mips/mm/tlbex.c 	long pgdc = (long)pgd_current;
pgdc              853 arch/mips/mm/tlbex.c 		UASM_i_LA_mostly(p, tmp, pgdc);
pgdc              856 arch/mips/mm/tlbex.c 		uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
pgdc              858 arch/mips/mm/tlbex.c 		UASM_i_LA_mostly(p, ptr, pgdc);
pgdc              859 arch/mips/mm/tlbex.c 		uasm_i_ld(p, ptr, uasm_rel_lo(pgdc), ptr);
pgdc              974 arch/mips/mm/tlbex.c 		long pgdc = (long)pgd_current;
pgdc              979 arch/mips/mm/tlbex.c 		UASM_i_LA_mostly(p, tmp, pgdc);
pgdc              983 arch/mips/mm/tlbex.c 		UASM_i_LA_mostly(p, ptr, pgdc);
pgdc              986 arch/mips/mm/tlbex.c 		uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);
pgdc             1594 arch/mips/mm/tlbex.c 	long pgdc = (long)pgd_current;
pgdc             1637 arch/mips/mm/tlbex.c 	UASM_i_LA_mostly(&p, a2, pgdc);
pgdc             1639 arch/mips/mm/tlbex.c 	UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
pgdc             1641 arch/mips/mm/tlbex.c 	UASM_i_LA_mostly(&p, a2, pgdc);
pgdc             1642 arch/mips/mm/tlbex.c 	UASM_i_SW(&p, a0, uasm_rel_lo(pgdc), a2);
pgdc             1916 arch/mips/mm/tlbex.c 	long pgdc = (long)pgd_current;
pgdc             1919 arch/mips/mm/tlbex.c 	uasm_i_lui(p, ptr, uasm_rel_hi(pgdc)); /* cp0 delay */
pgdc             1920 arch/mips/mm/tlbex.c 	uasm_i_lw(p, ptr, uasm_rel_lo(pgdc), ptr);