}
/* Barrier ensuring previous cache invalidates are complete */
- uasm_i_sync(pp, stype_memory);
+ uasm_i_sync(pp, STYPE_SYNC);
uasm_i_ehb(pp);
/* Check whether the pipeline stalled due to the FSB being full */
Index_Writeback_Inv_D, lbl_flushdcache);
/* Barrier ensuring previous cache invalidates are complete */
- uasm_i_sync(&p, stype_memory);
+ uasm_i_sync(&p, STYPE_SYNC);
uasm_i_ehb(&p);
/*
uasm_i_lw(&p, t0, 0, r_pcohctl);
/* Barrier to ensure write to coherence control is complete */
- uasm_i_sync(&p, stype_intervention);
+ uasm_i_sync(&p, STYPE_SYNC);
uasm_i_ehb(&p);
/* Disable coherence */
}
/* Barrier to ensure write to CPC command is complete */
- uasm_i_sync(&p, stype_memory);
+ uasm_i_sync(&p, STYPE_SYNC);
uasm_i_ehb(&p);
}
uasm_i_lw(&p, t0, 0, r_pcohctl);
/* Barrier to ensure write to coherence control is complete */
- uasm_i_sync(&p, stype_memory);
+ uasm_i_sync(&p, STYPE_SYNC);
uasm_i_ehb(&p);
if (coupled_coherence && (state == CPS_PM_NC_WAIT)) {