Home
last modified time | relevance | path

Searched refs:force_immediate_exit (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmx.c5904 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument
5920 if (force_immediate_exit) in handle_fastpath_preemption_timer()
7101 static void vmx_update_hv_timer(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_update_hv_timer() argument
7107 if (force_immediate_exit) { in vmx_update_hv_timer()
7161 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument
7175 return handle_fastpath_preemption_timer(vcpu, force_immediate_exit); in vmx_exit_handlers_fastpath()
7252 bool force_immediate_exit = run_flags & KVM_RUN_FORCE_IMMEDIATE_EXIT; in vmx_vcpu_run() local
7278 trace_kvm_entry(vcpu, force_immediate_exit); in vmx_vcpu_run()
7339 vmx_update_hv_timer(vcpu, force_immediate_exit); in vmx_vcpu_run()
7340 else if (force_immediate_exit) in vmx_vcpu_run()
[all...]
/linux/arch/x86/kvm/
H A Dtrace.h25 TP_PROTO(struct kvm_vcpu *vcpu, bool force_immediate_exit),
26 TP_ARGS(vcpu, force_immediate_exit),
39 __entry->immediate_exit = force_immediate_exit;
/linux/arch/x86/kvm/svm/
H A Dsvm.c4236 bool force_immediate_exit = run_flags & KVM_RUN_FORCE_IMMEDIATE_EXIT; in svm_vcpu_run() local
4240 trace_kvm_entry(vcpu, force_immediate_exit); in svm_vcpu_run()
4259 force_immediate_exit = true; in svm_vcpu_run()
4262 if (force_immediate_exit) in svm_vcpu_run()