Home
last modified time | relevance | path

Searched refs:FW_CFG_BOOT_MENU (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h24 #define FW_CFG_BOOT_MENU 0x0e macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h24 #define FW_CFG_BOOT_MENU 0x0e macro
/openbmc/u-boot/include/
H A Dqfw.h26 FW_CFG_BOOT_MENU = 0x0e, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c173 g_assert_cmpint(qfw_cfg_get_u16(fw_cfg, FW_CFG_BOOT_MENU), ==, boot_menu); in test_fw_cfg_boot_menu()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c96 [FW_CFG_BOOT_MENU] = "boot_menu", in key_name()
1125 …fw_cfg_add_i16(s, FW_CFG_BOOT_MENU, (uint16_t)(machine->boot_config.has_menu && machine->boot_conf… in fw_cfg_common_realize()