Searched refs:checkSnoop (Results 1 - 3 of 3) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_impl.hh341 // The calling order between completeDataAccess and checkSnoop matters.
342 // By calling checkSnoop after completeDataAccess, we ensure that the
343 // fault set by checkSnoop is not lost. Calling writeback (more
346 // determined by checkSnoop), the ReExec fault set by checkSnoop would
353 thread[tid].checkSnoop(pkt);
374 thread[tid].checkSnoop(pkt);
H A Dlsq_unit.hh265 void checkSnoop(PacketPtr pkt);
H A Dlsq_unit_impl.hh371 LSQUnit<Impl>::checkSnoop(PacketPtr pkt) function in class:LSQUnit

Completed in 8 milliseconds