Searched refs:mwaitAtomic (Results 1 - 7 of 7) sorted by relevance

/gem5/src/cpu/
H A Dexec_context.hh339 virtual void mwaitAtomic(ThreadContext *tc) = 0;
H A Dbase.hh642 void mwaitAtomic(ThreadID tid, ThreadContext *tc, BaseTLB *dtb);
H A Dbase_dyn_inst.hh956 void mwaitAtomic(ThreadContext *tc) function in class:BaseDynInst
957 { return cpu->mwaitAtomic(threadNumber, tc, cpu->dtb); }
H A Dbase.cc316 BaseCPU::mwaitAtomic(ThreadID tid, ThreadContext *tc, BaseTLB *dtb)
/gem5/src/cpu/minor/
H A Dexec_context.hh453 void mwaitAtomic(ThreadContext *tc) override
454 { return getCpuPtr()->mwaitAtomic(inst->id.threadId, tc, thread.dtb); }
/gem5/src/cpu/simple/
H A Dexec_context.hh561 mwaitAtomic(ThreadContext *tc) override
563 cpu->mwaitAtomic(thread->threadId(), tc, thread->dtb);
/gem5/src/cpu/checker/
H A Dcpu.hh519 void mwaitAtomic(ThreadContext *tc) override
520 { return BaseCPU::mwaitAtomic(0, tc, thread->dtb); }

Completed in 20 milliseconds