Home
last modified time | relevance | path

Searched refs:FW_CFG_MAX_CPUS (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/hw/loongarch/
H A Dfw_cfg.c28 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)max_cpus); in loongarch_fw_cfg_init()
/openbmc/linux/include/uapi/linux/
H A Dqemu_fw_cfg.h25 #define FW_CFG_MAX_CPUS 0x0f macro
/openbmc/qemu/include/standard-headers/linux/
H A Dqemu_fw_cfg.h25 #define FW_CFG_MAX_CPUS 0x0f macro
/openbmc/u-boot/include/
H A Dqfw.h27 FW_CFG_MAX_CPUS = 0x0f, enumerator
/openbmc/qemu/tests/qtest/
H A Dfw_cfg-test.c131 g_assert_cmpint(qfw_cfg_get_u16(fw_cfg, FW_CFG_MAX_CPUS), ==, max_cpus); in test_fw_cfg_max_cpus()
/openbmc/qemu/hw/i386/
H A Dfw_cfg.c122 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, apic_id_limit); in fw_cfg_arch_create()
H A Dmicrovm.c324 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, machine->smp.max_cpus); in microvm_memory_init()
/openbmc/qemu/hw/ppc/
H A Dmac_oldworld.c321 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)machine->smp.max_cpus); in ppc_heathrow_init()
H A Dprep.c398 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)machine->smp.max_cpus); in ibm_40p_init()
H A Dmac_newworld.c477 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)machine->smp.max_cpus); in ppc_core99_init()
/openbmc/qemu/hw/mips/
H A Dloongson3_virt.c273 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)current_machine->smp.max_cpus); in fw_conf_init()
/openbmc/qemu/hw/hppa/
H A Dmachine.c204 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, HPPA_MAX_CPUS); in create_fw_cfg()
/openbmc/qemu/hw/sparc64/
H A Dsun4u.c715 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)machine->smp.max_cpus); in sun4uv_init()
/openbmc/qemu/hw/sparc/
H A Dsun4m.c1072 fw_cfg_add_i16(fw_cfg, FW_CFG_MAX_CPUS, (uint16_t)max_cpus); in sun4m_hw_init()
/openbmc/qemu/hw/nvram/
H A Dfw_cfg.c96 [FW_CFG_MAX_CPUS] = "max_cpus", in key_name()