/openbmc/linux/scripts/ |
H A 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";
|
/openbmc/qemu/hw/core/ |
H A D | eif.c | 44 uint16_t section_type; member 147 section_header->section_type = be16_to_cpu(section_header->section_type); in read_eif_section_header() 481 uint16_t section_type; in read_eif_file() local 510 section_type = hdr.section_type; in read_eif_file() 512 switch (section_type) { in read_eif_file() 644 section_type_to_string(section_type)); in read_eif_file() 653 if (section_type < EIF_SECTION_MAX) { in read_eif_file() 654 seen_sections[section_type] = true; in read_eif_file()
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A 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()
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 667 section_type = file.read8() 668 if section_type == self.QEMU_VM_EOF: 670 elif section_type == self.QEMU_VM_CONFIGURATION: 675 elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL: 685 elif section_type == self.QEMU_VM_SECTION_PART or section_type == self.QEMU_VM_SECTION_END: 688 elif section_type == self.QEMU_VM_SECTION_FOOTER: 693 raise Exception("Unknown section type: %d" % section_type)
|
/openbmc/libcper/ |
H A D | cper-parse.c | 273 json_object *section_type = json_object_new_object(); in cper_section_descriptor_to_ir() local 276 json_object_object_add(section_type, "data", in cper_section_descriptor_to_ir() 290 json_object_object_add(section_type, "type", in cper_section_descriptor_to_ir() 293 section_type); in cper_section_descriptor_to_ir()
|
H A D | ir-parse.c | 223 json_object *section_type = in ir_section_descriptor_to_cper() local 227 json_object_object_get(section_type, "data"))); in ir_section_descriptor_to_cper()
|
/openbmc/linux/drivers/acpi/apei/ |
H A 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()
|
H A D | ghes.c | 689 sec_type = (guid_t *)gdata->section_type; in ghes_do_proc()
|
/openbmc/qemu/hw/acpi/ |
H A D | ghes.c | 111 const uint8_t *section_type, uint32_t error_severity, in acpi_ghes_generic_error_data() argument 119 g_array_append_vals(table, section_type, 16); in acpi_ghes_generic_error_data()
|
/openbmc/qemu/migration/ |
H A D | savevm.c | 965 uint8_t section_type) in save_section_header() argument 967 qemu_put_byte(f, section_type); in save_section_header() 970 if (section_type == QEMU_VM_SECTION_FULL || in save_section_header() 971 section_type == QEMU_VM_SECTION_START) { in save_section_header() 2857 uint8_t section_type; in qemu_loadvm_state_main() local 2862 section_type = qemu_get_byte(f); in qemu_loadvm_state_main() 2869 trace_qemu_loadvm_state_section(section_type); in qemu_loadvm_state_main() 2870 switch (section_type) { in qemu_loadvm_state_main() 2873 ret = qemu_loadvm_section_start_full(f, section_type); in qemu_loadvm_state_main() 2880 ret = qemu_loadvm_section_part_end(f, section_type); in qemu_loadvm_state_main() [all …]
|
H A D | trace-events | 4 qemu_loadvm_state_section(unsigned int section_type) "%d"
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | apei.c | 168 rcd.sec_hdr.section_type = CPER_SECTION_TYPE_MCE; in apei_write_mce()
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_extlog.c | 178 sec_type = (guid_t *)gdata->section_type; in extlog_print()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-hisi-error.c | 260 import_guid(&err_sec_guid, gdata->section_type); in hisi_pcie_notify_error()
|
/openbmc/linux/Documentation/firmware-guide/acpi/apei/ |
H A D | output_format.rst | 18 section_type: <section type string>
|
/openbmc/linux/include/linux/ |
H A D | cper.h | 353 guid_t section_type; member
|
/openbmc/linux/include/acpi/ |
H A D | actbl1.h | 1640 u8 section_type[16]; member 1653 u8 section_type[16]; member
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | cper.c | 530 guid_t *sec_type = (guid_t *)gdata->section_type; in cper_estatus_print_section()
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_prototype.h | 488 i40e_find_section_in_profile(u32 section_type,
|
H A D | i40e_common.c | 5563 i40e_find_section_in_profile(u32 section_type, in i40e_find_section_in_profile() argument 5579 if (sec->section.type == section_type) in i40e_find_section_in_profile()
|