Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dkvm.c1463 cpu->hyperv_interface_id[0] = in kvm_hyperv_expand_features()
1465 cpu->hyperv_interface_id[1] = in kvm_hyperv_expand_features()
1467 cpu->hyperv_interface_id[2] = in kvm_hyperv_expand_features()
1469 cpu->hyperv_interface_id[3] = in kvm_hyperv_expand_features()
1573 c->eax = cpu->hyperv_interface_id[0]; in hyperv_fill_cpuids()
1574 c->ebx = cpu->hyperv_interface_id[1]; in hyperv_fill_cpuids()
1575 c->ecx = cpu->hyperv_interface_id[2]; in hyperv_fill_cpuids()
1576 c->edx = cpu->hyperv_interface_id[3]; in hyperv_fill_cpuids()
/openbmc/qemu/target/i386/
H A Dcpu.h2181 uint32_t hyperv_interface_id[4]; member
H A Dcpu.c9186 cpu->hyperv_interface_id[0] = 0x31237648; in x86_cpu_hyperv_realize()
9187 cpu->hyperv_interface_id[1] = 0; in x86_cpu_hyperv_realize()
9188 cpu->hyperv_interface_id[2] = 0; in x86_cpu_hyperv_realize()
9189 cpu->hyperv_interface_id[3] = 0; in x86_cpu_hyperv_realize()