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

12345

/gem5/configs/dram/
H A Dlat_mem_rd.py229 # the warming state
245 for state in range(1, nxt_state):
246 cfg_file.write("TRANSITION %d %d 1\n" % (state - 1, state))
/gem5/src/arch/x86/
H A Ddecoder.hh97 //Predecoding state
163 //State machine state
193 //We should never get to this state. Getting here is an error.
197 State state; member in class:X86ISA::Decoder
240 state(ResetState)
301 state = ResetState;
/gem5/src/cpu/
H A Dbase.hh288 /// Check if possible to enter a lower power state
332 * When this method exits, all internal state should have been
339 * Load the state of a CPU from the previous CPU object, invoked
343 * its state from the old CPU and connect its memory (unless they
347 * @param cpu CPU to initialize read state from.
420 * Reconstruct the state of this object from a checkpoint.
561 inline void updateCycleCounters(CPUState state) argument
569 switch (state)
584 previousState = state;
/gem5/src/dev/x86/
H A Di8259.cc59 for (bool &state: pinStates)
60 state = false;
69 pinStates[input->getId()] = input->state();
/gem5/src/arch/arm/insts/
H A Dvfp.cc195 finishVfp(FPSCR &fpscr, VfpSavedState state, bool flush, FPSCR mask) argument
216 fesetround(state);
960 VfpSavedState state = prepFpState(rMode); local
961 __asm__ __volatile__ ("" : "=m" (op1), "=m" (op2), "=m" (op3), "=m" (state)
962 : "m" (op1), "m" (op2), "m" (op3), "m" (state));
1014 finishVfp(fpscr, state, flush);
1038 VfpSavedState state = prepFpState(rMode); local
1039 __asm__ __volatile__ ("" : "=m" (op1), "=m" (op2), "=m" (state)
1040 : "m" (op1), "m" (op2), "m" (state));
1085 finishVfp(fpscr, state, flus
1108 VfpSavedState state = prepFpState(rMode); local
[all...]
/gem5/src/dev/arm/
H A Dgpu_nomali.cc257 int state = 0; local
259 nomali_int_state(nomali, &state, intno),
260 "Failed to get interrupt state");
262 return !!state;
/gem5/ext/pybind11/include/pybind11/detail/
H A Dinternals.h240 gil_scoped_acquire_local() : state (PyGILState_Ensure()) {}
241 ~gil_scoped_acquire_local() { PyGILState_Release(state); }
242 const PyGILState_STATE state; member in struct:gil_scoped_acquire_local
H A Dinit.h284 /// Set just the C++ state. Same as `__init__`.
326 (value_and_holder &v_h, ArgState state) {
327 setstate<Class>(v_h, func(std::forward<ArgState>(state)),
/gem5/src/mem/
H A Dxbar.hh125 * retry list. In either case the state of the layer is
192 * We declare an enum to track the state of the layer. The
193 * starting point is an idle state where the layer is waiting
195 * transitions to the busy state, where it remains either
197 * spent. Once the layer leaves the busy state, it can
202 * its connected ports. The retry state lasts until the port
204 * layer, or goes to a busy state if the port does not
209 State state; member in class:BaseXBar::Layer
225 * idle state where we proceed to send a retry to any
233 * the time the layer spends in the busy state an
[all...]
/gem5/ext/testlib/
H A Drunner.py34 import state
38 from state import Status, Result
H A Dwrappers.py49 from state import Status, Result
/gem5/tests/testing/
H A Dunits.py79 def result(self, state, **kwargs):
85 return UnitResult(self.name, state, **kwargs)
/gem5/src/mem/cache/
H A Dcache_blk.hh104 /** block state: OR of CacheBlkStatusBit */
212 * Invalidate the block and clear all state.
342 * Pretty-print tag, set and way, and interpret state bits to readable form
343 * including mapping to a MOESI state.
345 * @return string with basic state information
350 * state M O E S I
355 * state writable dirty valid
363 * Owned state, i.e., only one cache owns the block, or
366 * Exclusive state (despite the name). Exclusive means this
373 unsigned state local
[all...]
/gem5/src/python/m5/util/
H A Dfdthelper.py83 """Class for maintaining state while recursively generating a flattened
84 device tree. The state tracks address, size and CPU address cell sizes, and
91 """Instantiate values of this state. The state can only be initialized
133 state."""
138 state."""
143 state."""
148 of this state."""
152 """Return an #address-cells property with the value of this state."""
156 """Return an #size-cells property with the value of this state
[all...]
/gem5/src/cpu/kvm/
H A Dbase.hh69 * state synchronization between gem5 and KVM.
121 /** Dump the internal state to the terminal. */
133 * A cached copy of a thread's state in the form of a SimpleThread
136 * Normally the actual thread state is stored in the KVM vCPU. If KVM has
138 * some events within gem5 that required state to be updated this could be
142 * KVM state is dirty (i.e., the vCPU has been run since the last
148 * objects to modify this thread's state.
183 * The CPU generally enters this state when the guest execute
186 * scheduled in this state.
193 * This is the normal run state o
[all...]
H A Dbase.cc369 // Running state, but the architecture specific code might be
376 // The state of the CPU is consistent, so we don't need to do
378 // tick event and enter the Idle state to prevent nasty things
397 // the RunningService state, but the results have still not
399 // update the register state ourselves instead of letting KVM
418 panic("KVM: Unhandled CPU state in drain()\n");
497 // Force an update of the KVM state here instead of flagging the
500 // state to be dumped before and after a takeover.
624 // handleKvmExit() will determine the next state of the CPU
645 // We might need to update the KVM state
878 setFPUState(const struct kvm_fpu &state) argument
[all...]
/gem5/src/cpu/o3/
H A Dlsq_unit.hh355 /** Reset the LSQ state */
838 LQSenderState *state = new LQSenderState( local
840 state->isLoad = true;
841 state->inst = load_inst;
842 state->isSplit = req->isSplit();
843 req->senderState(state);
H A Dlsq_impl.hh333 panic_if(!senderState, "Got packet back with unknown sender state\n");
356 // Update the LSQRequest state (this may delete the request)
989 auto state = dynamic_cast<LSQSenderState*>(pkt->senderState); local
991 state->outstanding--;
1001 auto state = dynamic_cast<LSQSenderState*>(pkt->senderState); local
1007 state->outstanding--;
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h67 /// Construct a cpp_function from a lambda function (possibly with internal state)
104 /* Store the function including any extra state it might have (e.g. a lambda capture object) */
1674 typedef detail::iterator_state<Iterator, Sentinel, false, Policy> state; typedef
1676 if (!detail::get_type_info(typeid(state), false)) {
1677 class_<state>(handle(), "iterator", pybind11::module_local())
1678 .def("__iter__", [](state &s) -> state& { return s; })
1679 .def("__next__", [](state &s) -> ValueType {
1692 return cast(state{first, last, true});
1703 typedef detail::iterator_state<Iterator, Sentinel, true, Policy> state; typedef
1997 PyGILState_STATE state; member in class:gil_scoped_acquire
2004 PyThreadState *state; member in class:gil_scoped_release
[all...]
/gem5/src/arch/sparc/
H A Dremote_gdb.cc202 r.state = htobe(
/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp356 current->state = TASK_INTERRUPTIBLE;
/gem5/src/cpu/minor/
H A Dexecute.cc590 " state was unexpected, expected: %d\n",
1042 * its effects applied to the CPU state
1137 " stream state was unexpected, expected: %d\n",
1322 " state was unexpected, expected: %d\n",
1784 std::ostream &operator <<(std::ostream &os, Execute::DrainState state) argument
1786 switch (state)
1801 os << "Drain-" << static_cast<int>(state);
1809 Execute::setDrainState(ThreadID thread_id, DrainState state) argument
1811 DPRINTF(Drain, "setDrainState[%d]: %s\n", thread_id, state);
1812 executeInfo[thread_id].drainState = state;
[all...]
/gem5/system/alpha/console/
H A Ddbmentry.S172 ldq_l a1,0(a0) # interlock complete lock state
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h676 const TypedTestCasePState* state,
680 if (!state->TestExists(test_name)) {
688 const CodeLocation& test_location = state->GetCodeLocation(test_name);
698 ::Register(prefix, code_location, state,
708 const TypedTestCasePState* /*state*/,
749 // doesn't use global state (and therefore can't interfere with user
675 Register(const char* prefix, CodeLocation code_location, const TypedTestCasePState* state, const char* case_name, const char* test_names) argument
/gem5/src/python/pybind11/
H A Dcore.cc124 .def("state", &DrainManager::state)

Completed in 68 milliseconds

12345