Searched refs:section_type (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/scripts/ |
D | recordmcount.pl | 175 my $section_type; # Section header plus possible alignment command 194 $section_type = '@progbits'; 269 $section_type = '%progbits'; 275 $section_type = '%progbits'; 446 print FILE "\t.section $mcount_section,\"a\",$section_type\n";
|
/linux-6.6.21/drivers/net/ethernet/huawei/hinic/ |
D | hinic_devlink.c | 127 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-6.6.21/drivers/acpi/apei/ |
D | erst.c | 1080 if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG_Z)) { in erst_reader() 1083 } else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_DMESG)) in erst_reader() 1085 else if (guid_equal(&rcd->sec_hdr.section_type, &CPER_SECTION_TYPE_MCE)) in erst_reader() 1131 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG_Z; in erst_writer() 1133 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_DMESG; in erst_writer() 1136 rcd->sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in erst_writer()
|
D | ghes.c | 689 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
|
/linux-6.6.21/arch/x86/kernel/cpu/mce/ |
D | apei.c | 168 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
|
/linux-6.6.21/drivers/acpi/ |
D | acpi_extlog.c | 178 sec_type = (guid_t *)gdata->section_type; in extlog_print()
|
/linux-6.6.21/drivers/pci/controller/ |
D | pcie-hisi-error.c | 260 import_guid(&err_sec_guid, gdata->section_type); in hisi_pcie_notify_error()
|
/linux-6.6.21/include/linux/ |
D | cper.h | 353 guid_t section_type; member
|
/linux-6.6.21/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 18 section_type: <section type string>
|
/linux-6.6.21/include/acpi/ |
D | actbl1.h | 1640 u8 section_type[16]; member 1653 u8 section_type[16]; member
|
/linux-6.6.21/drivers/firmware/efi/ |
D | cper.c | 530 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()
|
/linux-6.6.21/drivers/net/ethernet/intel/i40e/ |
D | i40e_prototype.h | 488 i40e_find_section_in_profile(u32 section_type,
|
D | i40e_common.c | 5559 i40e_find_section_in_profile(u32 section_type, in i40e_find_section_in_profile() argument 5575 if (sec->section.type == section_type) in i40e_find_section_in_profile()
|