Searched refs:state (Results 101 - 109 of 109) sorted by relevance

12345

/gem5/src/cpu/simple/
H A Dtiming.hh64 * the the following two classes are used as the sender state of the
66 * sender state, there's an array with a spot for each fragment. If a
314 * Print state of address in memory system via PrintReq (for
321 * @param state The DTB translation state.
323 void finishTranslation(WholeTranslationState *state);
338 * Check if a system is in a drained state.
/gem5/util/streamline/
H A Dm5stats2streamline.py501 # - state: packed32
502 def schedSwitchFrame(core, timestamp, pid, tid, cookie, state):
505 packed32(tid) + packed32(cookie) + packed32(state)
513 def schedThreadExitFrame(core, timestamp, pid, tid, cookie, state):
1087 state = 0
1093 schedSwitchFrame(cpu, timestamp, pid, tid, cookie, state))
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h146 enum state enum in class:sc_dt::scfx_rep
301 state m_state; // value state, e.g., normal, inf, etc.
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh139 enum state enum in class:sc_dt::scfx_rep
279 state m_state; // value state, e.g., normal, inf, etc.
/gem5/src/cpu/
H A Dbase_dyn_inst.hh161 /** Pointer to the thread state. */
176 /** PC state for this instruction. */
200 /** Predicted PC state after this instruction. */
415 * @param pc The PC state for the instruction.
416 * @param predPC The predicted next PC state for the instruction.
571 * state; it only applies to this instruction's own permanent
572 * serializing state.
870 /** Read the PC state of this instruction. */
873 /** Set the PC state of this instruction. */
918 /** Sets the pointer to the thread state
919 setThreadState(ImplState *state) argument
[all...]
/gem5/src/python/m5/
H A DSimObject.py1108 """Load SimObject state from a checkpoint"""
1668 def generateDeviceTree(self, state):
1672 def recurseDeviceTree(self, state):
1675 for dt in item.generateDeviceTree(state):
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h161 fsm_move(char c, small_type &b, small_type &s, small_type &state);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh121 char c, small_type &b, small_type &s, small_type &state);
/gem5/src/arch/arm/insts/
H A Dvfp.hh216 void finishVfp(FPSCR &fpscr, VfpSavedState state, bool flush, FPSCR mask = FpscrExcMask);

Completed in 41 milliseconds

12345