Searched refs:MIPS_EBASE_WG (Results 1 – 5 of 5) sorted by relevance
754 if (ebase & MIPS_EBASE_WG) { in decode_configs()768 write_c0_ebase_64(ebase | MIPS_EBASE_WG); in decode_configs()770 write_c0_ebase(ebase | MIPS_EBASE_WG); in decode_configs()774 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()
188 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()
809 #define MIPS_EBASE_WG (_ULCAST_(1) << 11) macro