Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c79 struct cper_section_descriptor sec_hdr; member
101 rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd; in apei_write_mce()
102 rcd.sec_hdr.section_length = sizeof(rcd.mce); in apei_write_mce()
103 rcd.sec_hdr.revision = CPER_SEC_REV; in apei_write_mce()
105 rcd.sec_hdr.validation_bits = 0; in apei_write_mce()
106 rcd.sec_hdr.flags = CPER_SEC_PRIMARY; in apei_write_mce()
107 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
108 rcd.sec_hdr.section_severity = CPER_SEV_FATAL; in apei_write_mce()
/Linux-v4.19/drivers/acpi/apei/
Derst.c955 struct cper_section_descriptor sec_hdr; member
1027 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1031 } else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1034 else if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1072 rcd->sec_hdr.section_offset = sizeof(*rcd); in erst_writer()
1073 rcd->sec_hdr.section_length = record->size; in erst_writer()
1074 rcd->sec_hdr.revision = CPER_SEC_REV; in erst_writer()
1076 rcd->sec_hdr.validation_bits = 0; in erst_writer()
1077 rcd->sec_hdr.flags = CPER_SEC_PRIMARY; in erst_writer()
1081 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
[all …]