Searched refs:features_ebx (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/x86/include/asm/
H A Dkvm_host.h682 u32 features_ebx; /* HYPERV_CPUID_FEATURES.EBX */ member in struct:kvm_vcpu_hv::__anon73
/linux-master/arch/x86/kvm/
H A Dhyperv.c2321 hv_vcpu->cpuid_cache.features_ebx = entry->ebx;
2479 return hv_vcpu->cpuid_cache.features_ebx & HV_POST_MESSAGES;
2481 return hv_vcpu->cpuid_cache.features_ebx & HV_SIGNAL_EVENTS;
2490 hv_vcpu->cpuid_cache.features_ebx & HV_DEBUGGING;
2510 return hv_vcpu->cpuid_cache.features_ebx &

Completed in 165 milliseconds