Home
last modified time | relevance | path

Searched refs:host_topo (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/sysemu/
H A Dkvm_int.h77 KVMHostTopoInfo host_topo; member
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c2725 pkg_stat = g_new0(vmsr_package_energy_stat, vmsr->host_topo.maxpkgs); in kvm_msr_energy_thread()
2734 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2740 vmsr->host_topo.maxticks[i] = (MSR_ENERGY_THREAD_SLEEP_US / 1000000) in kvm_msr_energy_thread()
2742 * vmsr->host_topo.pkg_cpu_count[i]; in kvm_msr_energy_thread()
2773 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2797 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2882 vmsr->host_topo.maxticks[thd_stat[i].pkg_id]); in kvm_msr_energy_thread()
2889 for (int i = 0; i < vmsr->host_topo.maxpkgs; i++) { in kvm_msr_energy_thread()
2905 vmsr->host_topo.maxticks[thd_stat[i].pkg_id]); in kvm_msr_energy_thread()
2977 r->host_topo.maxcpus = vmsr_get_maxcpus(); in kvm_msr_energy_thread_init()
[all …]