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.c1320 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EAX); in kvm_hyperv_expand_features()
1322 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EBX); in kvm_hyperv_expand_features()
1324 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_ECX); in kvm_hyperv_expand_features()
1326 hv_cpuid_get_host(cs, HV_CPUID_INTERFACE, R_EDX); in kvm_hyperv_expand_features()
1427 c->function = HV_CPUID_INTERFACE; in hyperv_fill_cpuids()