Searched refs:hardware_errors (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/docs/specs/ |
H A D | acpi_hest_ghes.rst | 15 etc/acpi/tables etc/hardware_errors 63 (2) A new fw_cfg blob called "etc/hardware_errors" is introduced. QEMU 64 also needs to populate this blob. The "etc/hardware_errors" fw_cfg blob 71 for the "etc/hardware_errors" fw_cfg blob is (N * 8 * 2 + N * 4096) bytes. 75 firmware pre-allocates memory for "etc/acpi/tables", "etc/hardware_errors" 80 corresponding "address registers" in the "etc/hardware_errors" blob. 84 corresponding "read_ack_register" within the "etc/hardware_errors" blob. 88 respective "Error Status Data Block" in the "etc/hardware_errors" blob. 95 "etc/hardware_errors" blob to the fw_cfg file "etc/hardware_errors_addr". 106 (11) kvm_arch_on_sigbus_vcpu() uses source_id as index in "etc/hardware_errors" to
|
/openbmc/qemu/hw/acpi/ |
H A D | ghes.c | 239 void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker) in build_ghes_error_table() argument 245 build_append_int_noprefix(hardware_errors, 0, sizeof(uint64_t)); in build_ghes_error_table() 256 build_append_int_noprefix(hardware_errors, 1, sizeof(uint64_t)); in build_ghes_error_table() 260 error_status_block_offset = hardware_errors->len; in build_ghes_error_table() 263 acpi_data_push(hardware_errors, in build_ghes_error_table() 268 hardware_errors, sizeof(uint64_t), false); in build_ghes_error_table()
|
H A D | aml-build.c | 1781 tables->hardware_errors = g_array_new(false, true /* clear */, 1); in acpi_build_tables_init() 1792 g_array_free(tables->hardware_errors, mfre); in acpi_build_tables_cleanup()
|
/openbmc/qemu/include/hw/acpi/ |
H A D | ghes.h | 70 void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker); 74 GArray *hardware_errors);
|
H A D | aml-build.h | 220 GArray *hardware_errors; member
|
/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 945 build_ghes_error_table(tables->hardware_errors, tables->linker); in virt_acpi_build() 1115 vms->fw_cfg, tables.hardware_errors); in virt_acpi_setup()
|