Searched refs:section_type (Results 1 – 7 of 7) sorted by relevance
| /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() 500 uint16_t section_type; in read_eif_file() local 529 section_type = hdr.section_type; in read_eif_file() 531 switch (section_type) { in read_eif_file() 620 section_type_to_string(section_type)); in read_eif_file() 629 if (section_type < EIF_SECTION_MAX) { in read_eif_file() 630 seen_sections[section_type] = true; in read_eif_file()
|
| /openbmc/qemu/hw/acpi/ |
| H A D | ghes.c | 108 const uint8_t *section_type, uint32_t error_severity, in acpi_ghes_generic_error_data() argument 116 g_array_append_vals(table, section_type, 16); in acpi_ghes_generic_error_data() 186 const uint8_t *section_type, in ghes_gen_err_data_uncorrectable_recoverable() argument 199 acpi_ghes_generic_error_data(block, section_type, in ghes_gen_err_data_uncorrectable_recoverable()
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-migration.py | 669 section_type = file.read8() 670 if section_type == self.QEMU_VM_EOF: 672 elif section_type == self.QEMU_VM_CONFIGURATION: 677 … elif section_type == self.QEMU_VM_SECTION_START or section_type == self.QEMU_VM_SECTION_FULL: 687 … elif section_type == self.QEMU_VM_SECTION_PART or section_type == self.QEMU_VM_SECTION_END: 690 elif section_type == self.QEMU_VM_COMMAND: 699 elif section_type == self.QEMU_VM_SECTION_FOOTER: 704 raise Exception("Unknown section type: %d" % section_type)
|
| /openbmc/libcper/ |
| H A D | cper-parse.c | 362 json_object *section_type = json_object_new_object(); in cper_section_descriptor_to_ir() local 364 add_guid(section_type, "data", §ion_descriptor->SectionType); in cper_section_descriptor_to_ir() 374 json_object_object_add(section_type, "type", in cper_section_descriptor_to_ir() 377 section_type); in cper_section_descriptor_to_ir()
|
| H A D | ir-parse.c | 234 json_object *section_type = in ir_section_descriptor_to_cper() local 238 json_object_object_get(section_type, "data"))); in ir_section_descriptor_to_cper()
|
| /openbmc/qemu/migration/ |
| H A D | savevm.c | 998 uint8_t section_type) in save_section_header() argument 1000 qemu_put_byte(f, section_type); in save_section_header() 1003 if (section_type == QEMU_VM_SECTION_FULL || in save_section_header() 1004 section_type == QEMU_VM_SECTION_START) { in save_section_header() 3033 uint8_t section_type; in qemu_loadvm_state_main() local 3038 section_type = qemu_get_byte(f); in qemu_loadvm_state_main() 3045 trace_qemu_loadvm_state_section(section_type); in qemu_loadvm_state_main() 3046 switch (section_type) { in qemu_loadvm_state_main() 3049 ret = qemu_loadvm_section_start_full(f, section_type); in qemu_loadvm_state_main() 3056 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"
|