Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/
Drecordmcount.pl166 my $section_type; # Section header plus possible alignment command
218 $section_type = '@progbits';
276 $section_type = '%progbits';
282 $section_type = '%progbits';
460 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/linux-4.4.14/drivers/acpi/apei/
Derst.c1038 if (uuid_le_cmp(rcd->sec_hdr.section_type, in erst_reader()
1042 } else 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()
1094 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1096 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1099 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
Dghes.c432 if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
442 else if (!uuid_le_cmp(*(uuid_le *)gdata->section_type, in ghes_do_proc()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce-apei.c104 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
/linux-4.4.14/include/linux/
Dcper.h292 uuid_le section_type; member
/linux-4.4.14/drivers/acpi/
Dacpi_extlog.c171 sec_type = (uuid_le *)gdata->section_type; in extlog_print()
/linux-4.4.14/Documentation/acpi/apei/
Doutput_format.txt15 section_type: <section type string>
/linux-4.4.14/drivers/firmware/efi/
Dcper.c392 uuid_le *sec_type = (uuid_le *)gdata->section_type; in cper_estatus_print_section()
/linux-4.4.14/include/acpi/
Dactbl1.h627 u8 section_type[16]; member