sec_hdr            67 arch/x86/kernel/cpu/mce/apei.c 	struct cper_section_descriptor sec_hdr;
sec_hdr            89 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.section_offset = (void *)&rcd.mce - (void *)&rcd;
sec_hdr            90 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.section_length = sizeof(rcd.mce);
sec_hdr            91 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.revision = CPER_SEC_REV;
sec_hdr            93 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.validation_bits = 0;
sec_hdr            94 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.flags = CPER_SEC_PRIMARY;
sec_hdr            95 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE;
sec_hdr            96 arch/x86/kernel/cpu/mce/apei.c 	rcd.sec_hdr.section_severity = CPER_SEV_FATAL;
sec_hdr           947 drivers/acpi/apei/erst.c 	struct cper_section_descriptor sec_hdr;
sec_hdr          1019 drivers/acpi/apei/erst.c 	if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) {
sec_hdr          1022 drivers/acpi/apei/erst.c 	} else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG))
sec_hdr          1024 drivers/acpi/apei/erst.c 	else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE))
sec_hdr          1061 drivers/acpi/apei/erst.c 	rcd->sec_hdr.section_offset = sizeof(*rcd);
sec_hdr          1062 drivers/acpi/apei/erst.c 	rcd->sec_hdr.section_length = record->size;
sec_hdr          1063 drivers/acpi/apei/erst.c 	rcd->sec_hdr.revision = CPER_SEC_REV;
sec_hdr          1065 drivers/acpi/apei/erst.c 	rcd->sec_hdr.validation_bits = 0;
sec_hdr          1066 drivers/acpi/apei/erst.c 	rcd->sec_hdr.flags = CPER_SEC_PRIMARY;
sec_hdr          1070 drivers/acpi/apei/erst.c 			rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z;
sec_hdr          1072 drivers/acpi/apei/erst.c 			rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG;
sec_hdr          1075 drivers/acpi/apei/erst.c 		rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE;
sec_hdr          1080 drivers/acpi/apei/erst.c 	rcd->sec_hdr.section_severity = CPER_SEV_FATAL;