Home
last modified time | relevance | path

Searched refs:acpi_ged_state (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/acpi/
H A Dghes.c396 AcpiGedState *acpi_ged_state; in acpi_ghes_record_errors() local
401 acpi_ged_state = ACPI_GED(object_resolve_path_type("", TYPE_ACPI_GED, in acpi_ghes_record_errors()
403 g_assert(acpi_ged_state); in acpi_ghes_record_errors()
404 ags = &acpi_ged_state->ghes_state; in acpi_ghes_record_errors()
449 AcpiGedState *acpi_ged_state; in acpi_ghes_present() local
452 acpi_ged_state = ACPI_GED(object_resolve_path_type("", TYPE_ACPI_GED, in acpi_ghes_present()
455 if (!acpi_ged_state) { in acpi_ghes_present()
458 ags = &acpi_ged_state->ghes_state; in acpi_ghes_present()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c1080 AcpiGedState *acpi_ged_state; in virt_acpi_setup() local
1113 acpi_ged_state = ACPI_GED(vms->acpi_dev); in virt_acpi_setup()
1114 acpi_ghes_add_fw_cfg(&acpi_ged_state->ghes_state, in virt_acpi_setup()