Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c77 struct cper_section_descriptor sec_hdr; member
99 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
100 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
101 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()
103 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()
104 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()
105 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
106 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
/linux-4.1.27/drivers/acpi/apei/
Derst.c968 struct cper_section_descriptor sec_hdr; member
1041 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()
1048 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1088 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
1089 rcd->sec_hdr.section_length = size; in erst_writer()
1090 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()
1092 rcd->sec_hdr.validation_bits = 0; in erst_writer()
1093 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()
1097 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
[all …]