Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dfw_cfg.h24 uint16_t boot_cpus,
H A Dx86-common.c177 x86ms->boot_cpus++; in x86_cpu_plug()
179 x86_rtc_set_cpus_count(x86ms->rtc, x86ms->boot_cpus); in x86_cpu_plug()
182 fw_cfg_modify_i16(x86ms->fw_cfg, FW_CFG_NB_CPUS, x86ms->boot_cpus); in x86_cpu_plug()
232 x86ms->boot_cpus--; in x86_cpu_unplug_cb()
234 x86_rtc_set_cpus_count(x86ms->rtc, x86ms->boot_cpus); in x86_cpu_unplug_cb()
235 fw_cfg_modify_i16(x86ms->fw_cfg, FW_CFG_NB_CPUS, x86ms->boot_cpus); in x86_cpu_unplug_cb()
H A Dfw_cfg.c118 uint16_t boot_cpus, in fw_cfg_arch_create() argument
130 fw_cfg_add_i16(fw_cfg, FW_CFG_NB_CPUS, boot_cpus); in fw_cfg_arch_create()
H A Dsgx-epc.c61 if (x86ms->boot_cpus != 0) { in sgx_epc_realize()
H A Dpc.c629 x86_rtc_set_cpus_count(x86ms->rtc, x86ms->boot_cpus); in pc_machine_done()
639 fw_cfg_modify_i16(x86ms->fw_cfg, FW_CFG_NB_CPUS, x86ms->boot_cpus); in pc_machine_done()
665 fw_cfg_add_i16(fw_cfg, FW_CFG_NB_CPUS, x86ms->boot_cpus); in xen_load_linux()
987 x86ms->boot_cpus, x86ms->apic_id_limit); in pc_memory_init()
/openbmc/qemu/include/hw/i386/
H A Dx86.h78 uint16_t boot_cpus; member