Searched refs:wakeCPU (Results 1 - 11 of 11) sorted by relevance

/gem5/util/m5/jni/
H A Dgem5Op.java53 public native void wakeCPU(long cpuid); method in class:gem5Op
/gem5/src/sim/
H A Dpseudo_inst.hh80 void wakeCPU(ThreadContext *tc, uint64_t cpuid);
H A Dpseudo_inst.cc137 wakeCPU(tc, args[0]);
286 wakeCPU(ThreadContext *tc, uint64_t cpuid) function in namespace:PseudoInst
288 DPRINTF(PseudoInst, "PseudoInst::wakeCPU(%i)\n", cpuid);
292 warn("PseudoInst::wakeCPU(%i), cpuid greater than number of contexts"
/gem5/util/m5/
H A Djni_gem5Op.c95 wakeCPU(j_cpuid);
/gem5/src/cpu/o3/
H A Diew.hh218 void wakeCPU();
H A Dcpu.cc988 wakeCPU();
1699 FullO3CPU<Impl>::wakeCPU() function in class:FullO3CPU
1726 this->wakeCPU();
H A Dcpu.hh668 void wakeCPU();
H A Dlsq_unit_impl.hh951 iewStage->wakeCPU();
1000 cpu->wakeCPU();
H A Dinst_queue_impl.hh759 iewStage->wakeCPU();
1166 cpu->wakeCPU();
H A Dfetch_impl.hh410 cpu->wakeCPU();
663 cpu->wakeCPU();
H A Diew_impl.hh882 DefaultIEW<Impl>::wakeCPU() function in class:DefaultIEW
884 cpu->wakeCPU();

Completed in 36 milliseconds