Searched refs:force_immediate_exit (Results 1 – 3 of 3) sorted by relevance
6014 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument6030 if (force_immediate_exit) in handle_fastpath_preemption_timer()7218 static void vmx_update_hv_timer(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_update_hv_timer() argument7224 if (force_immediate_exit) { in vmx_update_hv_timer()7278 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument7292 return handle_fastpath_preemption_timer(vcpu, force_immediate_exit); in vmx_exit_handlers_fastpath()7357 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_vcpu_run() argument7384 trace_kvm_entry(vcpu, force_immediate_exit); in vmx_vcpu_run()7439 vmx_update_hv_timer(vcpu, force_immediate_exit); in vmx_vcpu_run()7440 else if (force_immediate_exit) in vmx_vcpu_run()[all …]
4239 bool force_immediate_exit) in svm_vcpu_run() argument4244 trace_kvm_entry(vcpu, force_immediate_exit); in svm_vcpu_run()4263 force_immediate_exit = true; in svm_vcpu_run()4266 if (force_immediate_exit) in svm_vcpu_run()
1731 bool force_immediate_exit);