Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c76 struct cper_section_descriptor sec_hdr; member
98 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
99 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
100 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()
102 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()
103 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()
104 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
105 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
/linux-4.4.14/drivers/acpi/apei/
Derst.c965 struct cper_section_descriptor sec_hdr; member
1038 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1042 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1045 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1085 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
1086 rcd->sec_hdr.section_length = size; in erst_writer()
1087 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()
1089 rcd->sec_hdr.validation_bits = 0; in erst_writer()
1090 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()
1094 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
[all …]