Searched refs:MIPS_EBASE_WG (Results 1 – 5 of 5) sorted by relevance
753 if (ebase & MIPS_EBASE_WG) { in decode_configs()767 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in decode_configs()769 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()773 if (read_c0_ebase() & MIPS_EBASE_WG) { in decode_configs()
2249 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in configure_exception_vector()2251 write_c0_ebase(ebase | MIPS_EBASE_WG); in configure_exception_vector()
194 uasm_i_ori(p, reg, reg, MIPS_EBASE_WG); in build_set_exc_base()
66 write_gc0_ebase_64(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()69 write_gc0_ebase(v | MIPS_EBASE_WG); in kvm_vz_write_gc0_ebase()
824 #define MIPS_EBASE_WG (_ULCAST_(1) << 11) macro