Searched refs:quiesce (Results 1 - 10 of 10) sorted by relevance

/gem5/src/kern/
H A Dkernel_stats.hh60 void quiesce() { _quiesce++; } function in class:Kernel::Statistics
/gem5/util/m5/jni/
H A Dgem5Op.java48 public native void quiesce(); method in class:gem5Op
/gem5/src/sim/
H A Dpseudo_inst.hh67 void quiesce(ThreadContext *tc);
H A Dpseudo_inst.cc119 quiesce(tc);
242 quiesce(ThreadContext *tc) function in namespace:PseudoInst
244 DPRINTF(PseudoInst, "PseudoInst::quiesce()\n");
245 tc->quiesce();
/gem5/src/cpu/
H A Dthread_context.cc133 ThreadContext::quiesce() function in class:ThreadContext
138 DPRINTF(Quiesce, "%s: quiesce()\n", getCpuPtr()->name());
142 getKernelStats()->quiesce();
162 getKernelStats()->quiesce();
H A Dthread_context.hh181 void quiesce();
374 * new thread context. The old thread context will have its quiesce
/gem5/util/m5/
H A Djni_gem5Op.c59 quiesce();
/gem5/src/arch/sparc/
H A Dua2005.cc236 tc->getKernelStats()->quiesce();
/gem5/src/cpu/o3/
H A Dfetch_impl.hh247 .desc("Number of stall cycles due to pending quiesce instructions")
513 DPRINTF(Fetch, "Waking up from quiesce\n");
515 // @todo: Allow other threads to wake from quiesce.
1253 // Need to halt fetch if quiesce instruction detected
1254 bool quiesce = false; local
1266 && !predictedBranch && !quiesce) {
1375 quiesce = true;
1660 DPRINTF(Fetch, "[tid:%i] Fetch is waiting for a pending quiesce "
/gem5/src/dev/net/
H A Ddist_iface.cc876 tc->quiesce();

Completed in 21 milliseconds