MIPS_EBASE_WG     983 arch/mips/kernel/cpu-probe.c 		if (ebase & MIPS_EBASE_WG) {
MIPS_EBASE_WG     997 arch/mips/kernel/cpu-probe.c 				write_c0_ebase_64(ebase | MIPS_EBASE_WG);
MIPS_EBASE_WG     999 arch/mips/kernel/cpu-probe.c 				write_c0_ebase(ebase | MIPS_EBASE_WG);
MIPS_EBASE_WG    1003 arch/mips/kernel/cpu-probe.c 			if (read_c0_ebase() & MIPS_EBASE_WG) {
MIPS_EBASE_WG    2159 arch/mips/kernel/traps.c 			write_c0_ebase_64(ebase | MIPS_EBASE_WG);
MIPS_EBASE_WG    2161 arch/mips/kernel/traps.c 			write_c0_ebase(ebase | MIPS_EBASE_WG);
MIPS_EBASE_WG     193 arch/mips/kvm/entry.c 		uasm_i_ori(p, reg, reg, MIPS_EBASE_WG);
MIPS_EBASE_WG      63 arch/mips/kvm/vz.c 		write_gc0_ebase_64(v | MIPS_EBASE_WG);
MIPS_EBASE_WG      66 arch/mips/kvm/vz.c 		write_gc0_ebase(v | MIPS_EBASE_WG);