Searched refs:sec_hdr (Results 1 – 1 of 1) sorted by relevance
52 struct cper_section_descriptor sec_hdr; member77 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()78 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()79 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()81 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()82 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()83 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()84 rcd.sec_hdr.section_severity = CPER_SER_FATAL; in apei_write_mce()
Completed in 3 milliseconds