Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h16 #define HV_CPUID_INTERFACE 0x40000001 macro
H A Dkvm.c1438 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EAX); in kvm_hyperv_expand_features()
1440 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EBX); in kvm_hyperv_expand_features()
1442 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_ECX); in kvm_hyperv_expand_features()
1444 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EDX); in kvm_hyperv_expand_features()
1546 c->function = HV_CPUID_INTERFACE; in hyperv_fill_cpuids()