Home
last modified time | relevance | path

Searched refs:FW_CFG_SIGNATURE (Results 1 – 4 of 4) sorted by relevance

/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h10 #define FW_CFG_SIGNATURE 0x00 macro
/qemu/tests/qtest/
H A Dfw_cfg-test.c35 qfw_cfg_get(fw_cfg, FW_CFG_SIGNATURE, buf, 4); in test_fw_cfg_signature()
/qemu/hw/nvram/
H A Dfw_cfg.c82 [FW_CFG_SIGNATURE] = "signature", in key_name()
561 fw_cfg_select(s, FW_CFG_SIGNATURE); in fw_cfg_reset()
1122 fw_cfg_add_bytes(s, FW_CFG_SIGNATURE, (char *)"QEMU", 4); in fw_cfg_common_realize()
/qemu/docs/specs/
H A Dfw_cfg.rst110 Signature (Key 0x0000, ``FW_CFG_SIGNATURE``)
114 by selecting the "signature" item using key 0x0000 (``FW_CFG_SIGNATURE``),