Home
last modified time | relevance | path

Searched refs:FW_CFG_NUMA (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h23 #define FW_CFG_NUMA 0x0d macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h23 #define FW_CFG_NUMA 0x0d macro
/openbmc/u-boot/include/
H A Dqfw.h25 FW_CFG_NUMA = 0x0d, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c146 g_assert_cmpint(qfw_cfg_get_u64(fw_cfg, FW_CFG_NUMA), ==, nb_nodes); in test_fw_cfg_numa()
/openbmc/qemu/hw/i386/
H A Dfw_cfg.c149 fw_cfg_add_bytes(fw_cfg, FW_CFG_NUMA, numa_fw_cfg, in fw_cfg_arch_create()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c94 [FW_CFG_NUMA] = "numa", in key_name()