Home
last modified time | relevance | path

Searched refs:FW_CFG_RAM_SIZE (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dmalloc-pc.c26 ram_size = qfw_cfg_get_u64(fw_cfg, FW_CFG_RAM_SIZE); in pc_alloc_init()
/openbmc/qemu/hw/loongarch/
H A Dfw_cfg.c29 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)ram_size); in loongarch_fw_cfg_init()
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h13 #define FW_CFG_RAM_SIZE 0x03 macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h13 #define FW_CFG_RAM_SIZE 0x03 macro
/openbmc/u-boot/include/
H A Dqfw.h15 FW_CFG_RAM_SIZE = 0x03, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c89 g_assert_cmpint(qfw_cfg_get_u64(fw_cfg, FW_CFG_RAM_SIZE), ==, ram_size); in test_fw_cfg_ram_size()
/openbmc/qemu/hw/i386/
H A Dfw_cfg.c123 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, ms->ram_size); in fw_cfg_arch_create()
H A Dmicrovm.c325 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in microvm_memory_init()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c322 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in ppc_heathrow_init()
H A Dprep.c399 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in ibm_40p_init()
H A Dmac_newworld.c478 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in ppc_core99_init()
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c274 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)ram_size); in fw_conf_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c205 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, ms->ram_size); in create_fw_cfg()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c716 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in sun4uv_init()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c1073 fw_cfg_add_i64(fw_cfg, FW_CFG_RAM_SIZE, (uint64_t)machine->ram_size); in sun4m_hw_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c84 [FW_CFG_RAM_SIZE] = "ram_size", in key_name()