gem5
v21.0.0.0
|
#include <scmi_platform.hh>
Public Attributes | |
uint32_t | reserved0 |
uint32_t | channelStatus |
uint64_t | reserved1 |
uint32_t | mailboxFlags |
uint32_t | length |
uint32_t | header |
Payload | payload |
Definition at line 154 of file scmi_platform.hh.
uint32_t SCMI::Message::channelStatus |
Definition at line 157 of file scmi_platform.hh.
Referenced by SCMI::AgentChannel::readLength(), SCMI::AgentChannel::readStatus(), and SCMI::PlatformChannel::writeBackMessage().
uint32_t SCMI::Message::header |
Definition at line 161 of file scmi_platform.hh.
Referenced by SCMI::AgentChannel::handleMessage(), SCMI::Platform::messageID(), SCMI::Platform::messageType(), SCMI::Platform::protocolID(), and SCMI::AgentChannel::readMessage().
uint32_t SCMI::Message::length |
Definition at line 160 of file scmi_platform.hh.
Referenced by SCMI::BaseProtocol::attributes(), SCMI::BaseProtocol::discoverAgent(), SCMI::BaseProtocol::discoverImplVersion(), SCMI::BaseProtocol::discoverListProtocols(), SCMI::BaseProtocol::discoverSubVendor(), SCMI::BaseProtocol::discoverVendor(), SCMI::BaseProtocol::invalidCommand(), SCMI::BaseProtocol::messageAttributes(), SCMI::AgentChannel::readLength(), SCMI::AgentChannel::readMessage(), and SCMI::BaseProtocol::version().
uint32_t SCMI::Message::mailboxFlags |
Definition at line 159 of file scmi_platform.hh.
Payload SCMI::Message::payload |
Definition at line 162 of file scmi_platform.hh.
Referenced by SCMI::BaseProtocol::attributes(), SCMI::BaseProtocol::discoverAgent(), SCMI::BaseProtocol::discoverImplVersion(), SCMI::BaseProtocol::discoverListProtocols(), SCMI::BaseProtocol::discoverSubVendor(), SCMI::BaseProtocol::discoverVendor(), SCMI::BaseProtocol::invalidCommand(), SCMI::BaseProtocol::messageAttributes(), SCMI::BaseProtocol::version(), and SCMI::PlatformChannel::writeBackMessage().
uint32_t SCMI::Message::reserved0 |
Definition at line 156 of file scmi_platform.hh.
uint64_t SCMI::Message::reserved1 |
Definition at line 158 of file scmi_platform.hh.