|
gem5 [DEVELOP-FOR-25.1]
|
Struct that defines all backwards communication. More...
#include <comm.hh>
Classes | |
| struct | CommitComm |
| struct | DecodeComm |
| struct | FetchComm |
| struct | IewComm |
| struct | RenameComm |
Public Attributes | |
| FetchComm | fetchInfo [MaxThreads] |
| DecodeComm | decodeInfo [MaxThreads] |
| RenameComm | renameInfo [MaxThreads] |
| IewComm | iewInfo [MaxThreads] |
| CommitComm | commitInfo [MaxThreads] |
| bool | decodeBlock [MaxThreads] |
| bool | decodeUnblock [MaxThreads] |
| bool | renameBlock [MaxThreads] |
| bool | renameUnblock [MaxThreads] |
| bool | iewBlock [MaxThreads] |
| bool | iewUnblock [MaxThreads] |
| CommitComm gem5::o3::TimeStruct::commitInfo[MaxThreads] |
| bool gem5::o3::TimeStruct::decodeBlock[MaxThreads] |
Definition at line 233 of file comm.hh.
Referenced by gem5::o3::Decode::clearStates().
| DecodeComm gem5::o3::TimeStruct::decodeInfo[MaxThreads] |
Definition at line 140 of file comm.hh.
Referenced by gem5::o3::Decode::clearStates().
| bool gem5::o3::TimeStruct::decodeUnblock[MaxThreads] |
Definition at line 234 of file comm.hh.
Referenced by gem5::o3::Decode::clearStates().
| FetchComm gem5::o3::TimeStruct::fetchInfo[MaxThreads] |
| bool gem5::o3::TimeStruct::iewBlock[MaxThreads] |
Definition at line 237 of file comm.hh.
Referenced by gem5::o3::IEW::clearStates().
| IewComm gem5::o3::TimeStruct::iewInfo[MaxThreads] |
Definition at line 163 of file comm.hh.
Referenced by gem5::o3::IEW::clearStates().
| bool gem5::o3::TimeStruct::iewUnblock[MaxThreads] |
Definition at line 238 of file comm.hh.
Referenced by gem5::o3::IEW::clearStates().
| bool gem5::o3::TimeStruct::renameBlock[MaxThreads] |
Definition at line 235 of file comm.hh.
Referenced by gem5::o3::Rename::clearStates().
| RenameComm gem5::o3::TimeStruct::renameInfo[MaxThreads] |
Definition at line 144 of file comm.hh.
Referenced by gem5::o3::Rename::clearStates().
| bool gem5::o3::TimeStruct::renameUnblock[MaxThreads] |
Definition at line 236 of file comm.hh.
Referenced by gem5::o3::Rename::clearStates().