Searched refs:hyperv_enabled (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dhyperv.h51 return vcpu->arch.hyperv_enabled &&
/linux-master/arch/x86/kvm/
H A Dhyperv.h100 return vcpu->arch.hyperv_enabled && to_kvm_hv(vcpu->kvm)->hv_guest_os_id;
190 void kvm_hv_set_cpuid(struct kvm_vcpu *vcpu, bool hyperv_enabled);
303 static inline void kvm_hv_set_cpuid(struct kvm_vcpu *vcpu, bool hyperv_enabled) {} argument
H A Dhyperv.c1366 if (!vcpu->arch.hyperv_enabled ||
1754 if (!host && !vcpu->arch.hyperv_enabled)
1775 if (!host && !vcpu->arch.hyperv_enabled)
2297 void kvm_hv_set_cpuid(struct kvm_vcpu *vcpu, bool hyperv_enabled) argument
2302 vcpu->arch.hyperv_enabled = hyperv_enabled;
2309 WARN_ON_ONCE(vcpu->arch.hyperv_enabled);
2315 if (!vcpu->arch.hyperv_enabled)
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h959 bool hyperv_enabled; member in struct:kvm_vcpu_arch

Completed in 142 milliseconds