Searched refs:until (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dxbar.cc100 // until the next clock edge (could be zero)
142 void BaseXBar::Layer<SrcType, DstType>::occupyLayer(Tick until) argument
150 // until should never be 0 as express snoops never occupy the layer
151 assert(until != 0);
152 xbar.schedule(releaseEvent, until);
155 occupancy += until - curTick();
158 curTick(), until);
280 // occupy the crossbar layer until the next clock edge
H A Dxbar.hh154 void occupyLayer(Tick until);
196 * until the packet transfer is done, or the header time is
202 * its connected ports. The retry state lasts until the port

Completed in 7 milliseconds