Home
last modified time | relevance | path

Searched refs:ProcessorError (Results 1 – 2 of 2) sorted by relevance

/openbmc/pldm/oem/meta/event/
H A Dtypes.hpp35 enum class ProcessorError : uint8_t enum
H A Doem_event_manager.cpp94 switch (auto pe = static_cast<ProcessorError>(eventData[9]); pe) in handleSystemEvent()
96 case ProcessorError::MACHINE_CHK_ERR: in handleSystemEvent()