Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/
Drecordmcount.pl175 my $section_type; # Section header plus possible alignment command
227 $section_type = '@progbits';
305 $section_type = '%progbits';
311 $section_type = '%progbits';
492 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_devlink.c129 u32 section_type, section_crc, section_version; in hinic_flash_fw() local
156 section_type = in hinic_flash_fw()
162 if (section_type == UP_FW_UPDATE_BOOT) in hinic_flash_fw()
185 if (section_type <= UP_FW_UPDATE_UP_DATA_B) { in hinic_flash_fw()
187 (section_type % 2) ? in hinic_flash_fw()
192 if (section_type <= UP_FW_UPDATE_UP_DATA_A) in hinic_flash_fw()
196 section_type - 0x2; in hinic_flash_fw()
/kernel/linux/linux-5.10/drivers/acpi/apei/
Derst.c1019 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader()
1022 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader()
1024 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader()
1070 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer()
1072 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer()
1075 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
Dghes.c637 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/
Dapei.c95 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
/kernel/linux/linux-5.10/drivers/acpi/
Dacpi_extlog.c168 sec_type = (guid_t *)gdata->section_type; in extlog_print()
/kernel/linux/linux-5.10/drivers/pci/controller/
Dpcie-hisi-error.c260 import_guid(&err_sec_guid, gdata->section_type); in hisi_pcie_notify_error()
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/apei/
Doutput_format.rst18 section_type: <section type string>
/kernel/linux/linux-5.10/include/linux/
Dcper.h353 guid_t section_type; member
/kernel/linux/linux-5.10/include/acpi/
Dactbl1.h1332 u8 section_type[16]; member
1345 u8 section_type[16]; member
/kernel/linux/linux-5.10/drivers/firmware/efi/
Dcper.c499 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
Di40e_prototype.h461 i40e_find_section_in_profile(u32 section_type,
Di40e_common.c5615 i40e_find_section_in_profile(u32 section_type, in i40e_find_section_in_profile() argument
5631 if (sec->section.type == section_type) in i40e_find_section_in_profile()