Home
last modified time | relevance | path

Searched refs:hv_timer_pending (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1287 bool (*hv_timer_pending)(struct kvm_vcpu *vcpu); member
/Linux-v5.10/arch/x86/kvm/
Dx86.c8324 kvm_x86_ops.nested_ops->hv_timer_pending && in inject_pending_event()
8325 kvm_x86_ops.nested_ops->hv_timer_pending(vcpu)) in inject_pending_event()
10712 kvm_x86_ops.nested_ops->hv_timer_pending && in kvm_vcpu_has_events()
10713 kvm_x86_ops.nested_ops->hv_timer_pending(vcpu)) in kvm_vcpu_has_events()
/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.c6573 .hv_timer_pending = nested_vmx_preemption_timer_pending,