Searched refs:optParamIn (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/net/
H A Detherpkt.cc55 if (optParamIn(cp, base + ".bufLength", chkpt_buf_length)) {
71 if (!optParamIn(cp, base + ".simLength", simLength))
H A Detherlink.cc246 if (optParamIn(cp, base + ".tx_queue_size", tx_queue_size)) {
/gem5/src/base/
H A Drandom.cc94 if (optParamIn(cp, "mt_state", state)) {
/gem5/src/sim/
H A Dticked_object.cc106 optParamIn(cp, "lastStopped", lastStoppedUint);
H A Dserialize.hh394 optParamIn(CheckpointIn &cp, const std::string &name, function
646 #define UNSERIALIZE_OPT_SCALAR(scalar) optParamIn(cp, #scalar, scalar)

Completed in 9 milliseconds