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.c6014 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument
6030 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() argument
7224 if (force_immediate_exit) { in vmx_update_hv_timer()
7278 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument
7292 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() argument
7384 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 …]
/linux/arch/x86/kvm/svm/
H A Dsvm.c4239 bool force_immediate_exit) in svm_vcpu_run() argument
4244 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()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1731 bool force_immediate_exit);