gem5 v24.0.0.0
|
Go to the source code of this file.
Classes | |
class | gem5::scmi::Protocol |
class | gem5::scmi::BaseProtocol |
This protocol describes the properties of the implementation and provides generic error management. More... | |
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
namespace | gem5::scmi |
Enumerations | |
enum | gem5::scmi::StatusCode { gem5::scmi::SUCCESS = 0 , gem5::scmi::NOT_SUPPORTED = -1 , gem5::scmi::INVALID_PARAMETERS = -2 , gem5::scmi::DENIED = -3 , gem5::scmi::NOT_FOUND = -4 , gem5::scmi::OUT_OF_RANGE = -5 , gem5::scmi::BUSY = -6 , gem5::scmi::COMMS_ERROR = -7 , gem5::scmi::GENERIC_ERROR = -8 , gem5::scmi::HARDWARE_ERROR = -9 , gem5::scmi::PROTOCOL_ERROR = -10 } |