Lines Matching refs:force_immediate_exit
5980 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument
5996 if (force_immediate_exit) in handle_fastpath_preemption_timer()
7177 static void vmx_update_hv_timer(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_update_hv_timer() argument
7183 if (force_immediate_exit) { in vmx_update_hv_timer()
7237 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument
7251 return handle_fastpath_preemption_timer(vcpu, force_immediate_exit); in vmx_exit_handlers_fastpath()
7326 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_vcpu_run() argument
7353 trace_kvm_entry(vcpu, force_immediate_exit); in vmx_vcpu_run()
7408 vmx_update_hv_timer(vcpu, force_immediate_exit); in vmx_vcpu_run()
7409 else if (force_immediate_exit) in vmx_vcpu_run()
7474 return vmx_exit_handlers_fastpath(vcpu, force_immediate_exit); in vmx_vcpu_run()