Home
last modified time | relevance | path

Searched refs:section_type (Results 1 – 11 of 11) 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/net/ethernet/huawei/hinic/
H A Dhinic_devlink.c127 u32 section_type, section_crc, section_version; in hinic_flash_fw() local
154 section_type = in hinic_flash_fw()
160 if (section_type == UP_FW_UPDATE_BOOT) in hinic_flash_fw()
183 if (section_type <= UP_FW_UPDATE_UP_DATA_B) { in hinic_flash_fw()
185 (section_type % 2) ? in hinic_flash_fw()
190 if (section_type <= UP_FW_UPDATE_UP_DATA_A) in hinic_flash_fw()
194 section_type - 0x2; in hinic_flash_fw()
/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.c759 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/drivers/acpi/
H A Dacpi_extlog.c178 sec_type = (guid_t *)gdata->section_type; in extlog_print()
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst18 section_type: <section type string>
/linux/include/linux/
H A Dcper.h376 guid_t section_type; member
/linux/include/acpi/
H A Dactbl1.h1654 u8 section_type[16]; member
1667 u8 section_type[16]; member
/linux/drivers/ras/amd/
H A Dfmpm.c513 sec_desc->section_type = CPER_SECTION_TYPE_FMP; in set_rec_fields()
/linux/drivers/firmware/efi/
H A Dcper.c546 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()