Searched refs:sync (Results 26 - 34 of 34) sorted by relevance

12

/gem5/src/systemc/tests/include/
H A DCoreDecouplingLTInitiator.h147 // Target may have added a delay to the quantum -> sync if needed
150 mQuantumKeeper.sync();
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test02/
H A Dtest02.cpp156 SC_CTHREAD(sync, clk.pos());
158 void sync() function
/gem5/ext/iostream3/
H A Dzfstream.h146 sync();
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h449 sync_enum_type sync = m_owner->bw_nb_transport(*trans, phase, t); local
450 if ( !(sync == tlm::TLM_COMPLETED ||
451 (sync == tlm::TLM_UPDATED && phase == tlm::END_RESP)) ) {
992 sync_enum_type sync = m_owner->bw_nb_transport(*trans, phase, t); local
993 if ( !(sync == tlm::TLM_COMPLETED ||
994 (sync == tlm::TLM_UPDATED && phase == tlm::END_RESP)) ) {
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h458 sync_enum_type sync = local
460 if (!(sync == tlm::TLM_COMPLETED ||
461 (sync == tlm::TLM_UPDATED &&
536 m_owner->display_error("invalid sync value received");
1052 sync_enum_type sync = local
1054 if (!(sync == tlm::TLM_COMPLETED ||
1055 (sync == tlm::TLM_UPDATED &&
1132 m_owner->display_error("invalid sync value received");
/gem5/src/base/
H A Doutput.cc339 sync();
/gem5/src/dev/net/
H A Ddist_iface.hh65 * processes in sync.
66 * Periodic barrier event to keep peer gem5 processes in sync. The basic idea
113 * This class implements global sync operations among gem5 peer processes.
137 * Flag is set if exit is permitted upon sync completion
141 * Flag is set if taking a ckpt is permitted upon sync completion
145 * Flag is set if sync is to stop upon sync completion
149 * The repeat value for the next periodic sync
153 * Tick for the next periodic sync (if the event is not scheduled yet)
157 * Flag is set if the sync i
506 static Sync *sync; member in class:DistIface
[all...]
/gem5/src/dev/arm/
H A Dgic_v3_its.hh502 void sync(Yield &yield, CommandEntry &command);
H A Dgic_v3_its.cc302 COMMAND(SYNC, &ItsCommand::sync),
729 ItsCommand::sync(Yield &yield, CommandEntry &command) function in class:ItsCommand

Completed in 26 milliseconds

12