Searched refs:_cpuId (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/
H A Dbase.cc129 : ClockedObject(p), instCnt(0), _cpuId(p->cpu_id), _socketId(p->socket_id),
146 if (_cpuId == -1 ) {
147 _cpuId = cpuList.size();
154 _cpuId, _socketId);
480 tc->setContextId(system->registerThreadContext(tc, _cpuId));
592 assert(_cpuId == oldCPU->cpuId());
H A Dbase.hh121 int _cpuId; member in class:BaseCPU
183 int cpuId() const { return _cpuId; }

Completed in 4 milliseconds