Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/
Drecordmcount.pl170 my $section_type; # Section header plus possible alignment command
222 $section_type = '@progbits';
296 $section_type = '%progbits';
302 $section_type = '%progbits';
480 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/Linux-v4.19/drivers/acpi/apei/
Derst.c1027 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()
1081 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1083 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1086 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
Dghes.c473 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c107 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
/Linux-v4.19/drivers/acpi/
Dacpi_extlog.c171 sec_type = (guid_t *)gdata->section_type; in extlog_print()
/Linux-v4.19/Documentation/acpi/apei/
Doutput_format.txt15 section_type: <section type string>
/Linux-v4.19/include/linux/
Dcper.h356 guid_t section_type; member
/Linux-v4.19/include/acpi/
Dactbl1.h1327 u8 section_type[16]; member
1340 u8 section_type[16]; member
/Linux-v4.19/drivers/firmware/efi/
Dcper.c432 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()