hv_timer_soft_disabled   64 arch/x86/kvm/vmx/vmcs.h 	bool hv_timer_soft_disabled;
hv_timer_soft_disabled 2552 arch/x86/kvm/vmx/vmx.c 	loaded_vmcs->hv_timer_soft_disabled = false;
hv_timer_soft_disabled 5514 arch/x86/kvm/vmx/vmx.c 	    !unlikely(vmx->loaded_vmcs->hv_timer_soft_disabled))
hv_timer_soft_disabled 6455 arch/x86/kvm/vmx/vmx.c 		vmx->loaded_vmcs->hv_timer_soft_disabled = false;
hv_timer_soft_disabled 6466 arch/x86/kvm/vmx/vmx.c 		vmx->loaded_vmcs->hv_timer_soft_disabled = false;
hv_timer_soft_disabled 6467 arch/x86/kvm/vmx/vmx.c 	} else if (!vmx->loaded_vmcs->hv_timer_soft_disabled) {
hv_timer_soft_disabled 6469 arch/x86/kvm/vmx/vmx.c 		vmx->loaded_vmcs->hv_timer_soft_disabled = true;