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

/gem5/src/cpu/
H A Dbase.hh128 const uint32_t _socketId; member in class:BaseCPU
186 uint32_t socketId() const { return _socketId; }
H A Dbase.cc129 : ClockedObject(p), instCnt(0), _cpuId(p->cpu_id), _socketId(p->socket_id),
154 _cpuId, _socketId);

Completed in 8 milliseconds