Searched refs:setDelayLoop (Results 1 - 4 of 4) sorted by relevance

/gem5/src/arch/mips/linux/
H A Dsystem.cc75 LinuxMipsSystem::setDelayLoop(ThreadContext *tc) function in class:LinuxMipsSystem
77 panic("setDelayLoop not implemented.\n");
86 ((LinuxMipsSystem *)tc->getSystemPtr())->setDelayLoop(tc);
H A Dsystem.hh95 void setDelayLoop(ThreadContext *tc);
/gem5/src/arch/alpha/linux/
H A Dsystem.cc173 LinuxAlphaSystem::setDelayLoop(ThreadContext *tc) function in class:LinuxAlphaSystem
190 ((LinuxAlphaSystem *)tc->getSystemPtr())->setDelayLoop(tc);
H A Dsystem.hh140 void setDelayLoop(ThreadContext *tc);

Completed in 7 milliseconds