Searched refs:sec_hdr (Results 1 - 1 of 1) sorted by relevance

/arch/x86/kernel/cpu/mcheck/
H A Dmce-apei.c71 struct cper_section_descriptor sec_hdr; member in struct:cper_mce_record
93 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd;
94 rcd.sec_hdr.section_length = sizeof(rcd.mce);
95 rcd.sec_hdr.revision = CPER_SEC_REV;
97 rcd.sec_hdr.validation_bits = 0;
98 rcd.sec_hdr.flags = CPER_SEC_PRIMARY;
99 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE;
100 rcd.sec_hdr.section_severity = CPER_SEV_FATAL;

Completed in 34 milliseconds