Searched refs:numa_fw_cfg (Results 1 – 1 of 1) sorted by relevance
464 uint64_t *numa_fw_cfg; in bochs_bios_init() local494 numa_fw_cfg = g_malloc0((1 + smp_cpus + nb_numa_nodes) * 8); in bochs_bios_init()495 numa_fw_cfg[0] = cpu_to_le64(nb_numa_nodes); in bochs_bios_init()499 numa_fw_cfg[i + 1] = cpu_to_le64(j); in bochs_bios_init()505 numa_fw_cfg[smp_cpus + 1 + i] = cpu_to_le64(node_mem[i]); in bochs_bios_init()507 fw_cfg_add_bytes(fw_cfg, FW_CFG_NUMA, (uint8_t *)numa_fw_cfg, in bochs_bios_init()