Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/nvram/
H A Dfw_cfg.h84 uint64_t table_mr_size; member
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c612 mr_aligned = QEMU_IS_ALIGNED(s->table_mr_size, qemu_real_host_page_size()) && in fw_cfg_acpi_mr_restore()
645 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->table_mr_size); in fw_cfg_acpi_mr_restore_post_load()
672 VMSTATE_UINT64(table_mr_size, FWCfgState),
886 s->table_mr_size = len; in fw_cfg_acpi_mr_save()