OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:numa_fw_cfg
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
pc.c
470
uint64_t *
numa_fw_cfg
;
local
500
numa_fw_cfg
= qemu_mallocz((1 + smp_cpus + nb_numa_nodes) * 8);
501
numa_fw_cfg
[0] = cpu_to_le64(nb_numa_nodes);
505
numa_fw_cfg
[i + 1] = cpu_to_le64(j);
511
numa_fw_cfg
[smp_cpus + 1 + i] = cpu_to_le64(node_mem[i]);
513
fw_cfg_add_bytes(fw_cfg, FW_CFG_NUMA, (uint8_t *)
numa_fw_cfg
,
[
all
...]
Completed in 93 milliseconds