Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h14 #define FW_CFG_NOGRAPHIC 0x04 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h14 #define FW_CFG_NOGRAPHIC 0x04 macro
/openbmc/u-boot/include/
H A Dqfw.h16 FW_CFG_NOGRAPHIC = 0x04, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c103 g_assert_cmpint(qfw_cfg_get_u16(fw_cfg, FW_CFG_NOGRAPHIC), ==, 0); in test_fw_cfg_nographic()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c85 [FW_CFG_NOGRAPHIC] = "nographic", in key_name()
1123 fw_cfg_add_i16(s, FW_CFG_NOGRAPHIC, (uint16_t)!machine->enable_graphics); in fw_cfg_common_realize()