Home
last modified time | relevance | path

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

/linux/scripts/
H A Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
194 $section_type = '@progbits';
269 $section_type = '%progbits';
275 $section_type = '%progbits';
439 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/linux/drivers/acpi/apei/
H A Derst.c1113 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader()
1116 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader()
1118 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()
1164 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1166 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1169 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
H A Dghes.c915 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c217 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst18 section_type: <section type string>
/linux/include/acpi/
H A Dactbl1.h1674 u8 section_type[16]; member
1687 u8 section_type[16]; member
/linux/drivers/ras/amd/
H A Dfmpm.c520 sec_desc->section_type = CPER_SECTION_TYPE_FMP; in set_rec_fields()