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

/gem5/src/arch/mips/linux/
H A Dsystem.cc64 LinuxMipsSystem::LinuxMipsSystem(Params *p) function in class:LinuxMipsSystem
69 LinuxMipsSystem::~LinuxMipsSystem()
75 LinuxMipsSystem::setDelayLoop(ThreadContext *tc)
82 LinuxMipsSystem::SkipDelayLoopEvent::process(ThreadContext *tc)
86 ((LinuxMipsSystem *)tc->getSystemPtr())->setDelayLoop(tc);
90 LinuxMipsSystem::PrintThreadInfo::process(ThreadContext *tc)
98 LinuxMipsSystem *
101 return new LinuxMipsSystem(thi
[all...]
H A Dsystem.hh44 #include "params/LinuxMipsSystem.hh"
51 class LinuxMipsSystem : public MipsSystem class in inherits:MipsSystem
92 LinuxMipsSystem(Params *p);
93 ~LinuxMipsSystem();
/gem5/src/arch/mips/
H A DMipsSystem.py47 class LinuxMipsSystem(MipsSystem): class in inherits:MipsSystem
48 type = 'LinuxMipsSystem'
/gem5/configs/common/
H A DFSConfig.py405 self = LinuxMipsSystem()

Completed in 5 milliseconds