Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mce/
A Dapei.c189 struct cper_section_descriptor sec_hdr; member
211 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
212 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
213 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()
215 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()
216 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()
217 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
218 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()

Completed in 4 milliseconds