Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c6272 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument
6288 if (force_immediate_exit) in handle_fastpath_preemption_timer()
7465 static void vmx_update_hv_timer(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_update_hv_timer() argument
7471 if (force_immediate_exit) { in vmx_update_hv_timer()
7525 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument
7542 return handle_fastpath_preemption_timer(vcpu, force_immediate_exit); in vmx_exit_handlers_fastpath()
7607 bool force_immediate_exit = run_flags & KVM_RUN_FORCE_IMMEDIATE_EXIT; in vmx_vcpu_run() local
7633 trace_kvm_entry(vcpu, force_immediate_exit); in vmx_vcpu_run()
7692 vmx_update_hv_timer(vcpu, force_immediate_exit); in vmx_vcpu_run()
7693 else if (force_immediate_exit) in vmx_vcpu_run()
[all …]
/linux/arch/x86/kvm/svm/
H A Dsvm.c4290 bool force_immediate_exit = run_flags & KVM_RUN_FORCE_IMMEDIATE_EXIT; in svm_vcpu_run() local
4294 trace_kvm_entry(vcpu, force_immediate_exit); in svm_vcpu_run()
4313 force_immediate_exit = true; in svm_vcpu_run()
4316 if (force_immediate_exit) in svm_vcpu_run()