gem5 v23.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 |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
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 } |