Searched refs:s3_rep_frm_fetch (Results 1 – 2 of 2) sorted by relevance
1182 val s3_rep_frm_fetch = s3_vp_match_fail constant1192 when ((s3_ld_exception || s3_dly_ld_err || s3_rep_frm_fetch) && !s3_force_rep) {1203 s3_out.bits.uop.replayInst := s3_rep_frm_fetch1215 …io.ldu_io.rollback.valid := s3_valid && (s3_rep_frm_fetch || s3_flushPipe) && !s3_exception && s3_…1221 …io.ldu_io.rollback.bits.level := Mux(s3_rep_frm_fetch, RedirectLevel.flush, RedirectLevel.fl…1235 !s3_rep_frm_fetch &&
1571 val s3_rep_frm_fetch = s3_vp_match_fail constant1589 when (s3_exception || s3_hw_err || s3_rep_frm_fetch || s3_frm_mabuf) {1639 …io.rollback.valid := s3_valid && (s3_rep_frm_fetch || s3_flushPipe || s3_frm_mis_flush) && !s3_exc…1645 …io.rollback.bits.level := Mux(s3_rep_frm_fetch || s3_frm_mis_flush, RedirectLevel.flush, Red…1779 io.fast_rep_out.bits.lateKill := s3_rep_frm_fetch1838 s3_rep_frm_fetch1899 XSPerfAccumulate("s3_rep_frm_fetch_rollback", io.rollback.valid && s3_rep_frm_fetch)