Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dx86_ops.h24 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit);
H A Dvmx.c6060 bool force_immediate_exit) in handle_fastpath_preemption_timer() argument
6076 if (force_immediate_exit) in handle_fastpath_preemption_timer()
7267 static void vmx_update_hv_timer(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_update_hv_timer() argument
7273 if (force_immediate_exit) { in vmx_update_hv_timer()
7327 bool force_immediate_exit) in vmx_exit_handlers_fastpath() argument
7341 return handle_fastpath_preemption_timer(vcpu, force_immediate_exit); in vmx_exit_handlers_fastpath()
7406 fastpath_t vmx_vcpu_run(struct kvm_vcpu *vcpu, bool force_immediate_exit) in vmx_vcpu_run() argument
7433 trace_kvm_entry(vcpu, force_immediate_exit); in vmx_vcpu_run()
7488 vmx_update_hv_timer(vcpu, force_immediate_exit); in vmx_vcpu_run()
7489 else if (force_immediate_exit) in vmx_vcpu_run()
[all …]
/linux-6.15/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-6.15/arch/x86/kvm/svm/
H A Dsvm.c4323 bool force_immediate_exit) in svm_vcpu_run() argument
4328 trace_kvm_entry(vcpu, force_immediate_exit); in svm_vcpu_run()
4347 force_immediate_exit = true; in svm_vcpu_run()
4350 if (force_immediate_exit) in svm_vcpu_run()
/linux-6.15/arch/x86/include/asm/
H A Dkvm_host.h1740 bool force_immediate_exit);