Home
last modified time | relevance | path

Searched refs:hardware_errors (Results 1 – 6 of 6) sorted by relevance

/qemu/docs/specs/
H A Dacpi_hest_ghes.rst15 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
/qemu/hw/acpi/
H A Dghes.c239 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 Daml-build.c1782 tables->hardware_errors = g_array_new(false, true /* clear */, 1); in acpi_build_tables_init()
1793 g_array_free(tables->hardware_errors, mfre); in acpi_build_tables_cleanup()
/qemu/include/hw/acpi/
H A Dghes.h70 void build_ghes_error_table(GArray *hardware_errors, BIOSLinker *linker);
74 GArray *hardware_errors);
H A Daml-build.h220 GArray *hardware_errors; member
/qemu/hw/arm/
H A Dvirt-acpi-build.c936 build_ghes_error_table(tables->hardware_errors, tables->linker); in virt_acpi_build()
1106 vms->fw_cfg, tables.hardware_errors); in virt_acpi_setup()