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

/gem5/src/cpu/kvm/
H A Dvm.hh416 void setSystem(System *s);
H A Dvm.cc532 KvmVM::setSystem(System *s) function in class:KvmVM
534 panic_if(system != nullptr, "setSystem() can only be called once");
535 panic_if(s == nullptr, "setSystem() called with null System*");
/gem5/src/cpu/checker/
H A Dcpu.cc99 CheckerCPU::setSystem(System *system) function in class:CheckerCPU
H A Dcpu.hh102 void setSystem(System *system);
/gem5/src/sim/
H A Dsystem.cc124 kvmVM->setSystem(this);
/gem5/src/cpu/simple/
H A Dbase.cc116 checker->setSystem(p->system);
/gem5/src/cpu/o3/
H A Dcpu.cc154 checker->setSystem(params->system);

Completed in 19 milliseconds