Home
last modified time | relevance | path

Searched refs:hyperv_limits (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1461 cpu->hyperv_limits[0] = in kvm_hyperv_expand_features()
1463 cpu->hyperv_limits[1] = in kvm_hyperv_expand_features()
1465 cpu->hyperv_limits[2] = in kvm_hyperv_expand_features()
1600 c->ebx = cpu->hyperv_limits[0]; in hyperv_fill_cpuids()
1601 c->ecx = cpu->hyperv_limits[1]; in hyperv_fill_cpuids()
1602 c->edx = cpu->hyperv_limits[2]; in hyperv_fill_cpuids()
/openbmc/qemu/target/i386/
H A Dcpu.h2085 uint32_t hyperv_limits[3]; member
H A Dcpu.c7756 cpu->hyperv_limits[0] = 64; in x86_cpu_hyperv_realize()
7757 cpu->hyperv_limits[1] = 0; in x86_cpu_hyperv_realize()
7758 cpu->hyperv_limits[2] = 0; in x86_cpu_hyperv_realize()