Searched refs:MIPS_EBASE_WG (Results 1 – 5 of 5) sorted by relevance
983 if (ebase & MIPS_EBASE_WG) { in decode_configs()997 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in decode_configs()999 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()1003 if (read_c0_ebase() & MIPS_EBASE_WG) { in decode_configs()
2172 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in configure_exception_vector()2174 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector()
193 uasm_i_ori(p, reg, reg, MIPS_EBASE_WG); in build_set_exc_base()
63 write_gc0_ebase_64(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()66 write_gc0_ebase(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()
765 #define MIPS_EBASE_WG (_ULCAST_(1) << 11) macro