Home
last modified time | relevance | path

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

/openbmc/qemu/hw/nvram/
H A Dfw_cfg-acpi.c11 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap) in fw_cfg_acpi_dsdt_add() argument
20 aml_append(crs, aml_memory32_fixed(fw_cfg_memmap->base, in fw_cfg_acpi_dsdt_add()
21 fw_cfg_memmap->size, AML_READ_WRITE)); in fw_cfg_acpi_dsdt_add()
/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg_acpi.h12 void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap);