pgd_reg            16 arch/mips/include/asm/tlbex.h extern int pgd_reg;
pgd_reg           131 arch/mips/kvm/entry.c 	if (pgd_reg != -1)
pgd_reg           132 arch/mips/kvm/entry.c 		kscratch_mask &= ~BIT(pgd_reg);
pgd_reg           310 arch/mips/kvm/entry.c 	UASM_i_MFC0(&p, K0, c0_kscratch(), pgd_reg);
pgd_reg          3215 arch/mips/kvm/vz.c 	if (WARN(pgd_reg == -1,
pgd_reg           351 arch/mips/mm/tlbex.c int pgd_reg;
pgd_reg           352 arch/mips/mm/tlbex.c EXPORT_SYMBOL_GPL(pgd_reg);
pgd_reg           831 arch/mips/mm/tlbex.c 	if (pgd_reg != -1) {
pgd_reg           836 arch/mips/mm/tlbex.c 			UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
pgd_reg           969 arch/mips/mm/tlbex.c 	if (pgd_reg != -1) {
pgd_reg           971 arch/mips/mm/tlbex.c 		uasm_i_mfc0(p, ptr, c0_kscratch(), pgd_reg);
pgd_reg          1122 arch/mips/mm/tlbex.c 		if (pgd_reg != -1)
pgd_reg          1123 arch/mips/mm/tlbex.c 			UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
pgd_reg          1136 arch/mips/mm/tlbex.c 		if (pgd_reg == -1) {
pgd_reg          1142 arch/mips/mm/tlbex.c 		if (pgd_reg != -1)
pgd_reg          1143 arch/mips/mm/tlbex.c 			UASM_i_MFC0(p, ptr, c0_kscratch(), pgd_reg);
pgd_reg          1154 arch/mips/mm/tlbex.c 		if (pgd_reg == -1)
pgd_reg          1161 arch/mips/mm/tlbex.c 	if (pgd_reg == -1) {
pgd_reg          1600 arch/mips/mm/tlbex.c 	pgd_reg = allocate_kscratch();
pgd_reg          1602 arch/mips/mm/tlbex.c 	if (pgd_reg == -1) {
pgd_reg          1628 arch/mips/mm/tlbex.c 			UASM_i_MTC0(&p, a0, c0_kscratch(), pgd_reg);
pgd_reg          1646 arch/mips/mm/tlbex.c 	if (pgd_reg != -1) {
pgd_reg          1647 arch/mips/mm/tlbex.c 		UASM_i_MTC0(&p, a0, c0_kscratch(), pgd_reg);