Searched refs:FW_CFG_FILE_FIRST (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/hw/nvram/ |
H A D | fw_cfg.c | 81 static const char *fw_cfg_wellknown_keys[FW_CFG_FILE_FIRST] = { in key_name() 113 if (key < FW_CFG_FILE_FIRST) { in key_name() 267 return FW_CFG_FILE_FIRST + fw_cfg_file_slots(s); in fw_cfg_max_entry() 646 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->table_mr_size); in fw_cfg_acpi_mr_restore_post_load() 648 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->linker_mr_size); in fw_cfg_acpi_mr_restore_post_load() 650 fw_cfg_update_mr(s, FW_CFG_FILE_FIRST + i, s->rsdp_mr_size); in fw_cfg_acpi_mr_restore_post_load() 964 s->files->f[i].select = cpu_to_be16(FW_CFG_FILE_FIRST + i); in fw_cfg_add_file_callback() 965 s->entries[0][FW_CFG_FILE_FIRST + i] = in fw_cfg_add_file_callback() 966 s->entries[0][FW_CFG_FILE_FIRST + i - 1]; in fw_cfg_add_file_callback() 971 memset(&s->entries[0][FW_CFG_FILE_FIRST + index], 0, sizeof(FWCfgEntry)); in fw_cfg_add_file_callback() [all …]
|
/openbmc/u-boot/include/ |
H A D | qfw.h | 38 FW_CFG_FILE_FIRST = 0x20, enumerator 56 #define FW_CFG_MAX_ENTRY (FW_CFG_FILE_FIRST + FW_CFG_FILE_SLOTS)
|
/openbmc/linux/include/uapi/linux/ |
H A D | qemu_fw_cfg.h | 37 #define FW_CFG_FILE_FIRST 0x20 macro
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | qemu_fw_cfg.h | 37 #define FW_CFG_FILE_FIRST 0x20 macro
|
/openbmc/qemu/docs/specs/ |
H A D | fw_cfg.rst | 136 (``FW_CFG_FILE_FIRST`` or higher) have an associated entry in a directory 248 ``FW_CFG_FILE_FIRST``, and with a corresponding entry in the fw_cfg file
|