Searched defs:opal_machine_check_event (Results 1 – 1 of 1) sorted by relevance
317 struct opal_machine_check_event { struct318 enum OpalMCE_Version version:8; /* 0x00 */319 uint8_t in_use; /* 0x01 */320 enum OpalMCE_Severity severity:8; /* 0x02 */321 enum OpalMCE_Initiator initiator:8; /* 0x03 */322 enum OpalMCE_ErrorType error_type:8; /* 0x04 */323 enum OpalMCE_Disposition disposition:8; /* 0x05 */324 uint8_t reserved_1[2]; /* 0x06 */325 uint64_t gpr3; /* 0x08 */326 uint64_t srr0; /* 0x10 */[all …]