Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm_host.h1489 bool (*hv_timer_pending)(struct kvm_vcpu *vcpu); member
/Linux-v5.15/arch/x86/kvm/
Dx86.c8995 kvm_x86_ops.nested_ops->hv_timer_pending && in inject_pending_event()
8996 kvm_x86_ops.nested_ops->hv_timer_pending(vcpu)) in inject_pending_event()
11724 kvm_x86_ops.nested_ops->hv_timer_pending && in kvm_vcpu_has_events()
11725 kvm_x86_ops.nested_ops->hv_timer_pending(vcpu)) in kvm_vcpu_has_events()
/Linux-v5.15/arch/x86/kvm/vmx/
Dnested.c6754 .hv_timer_pending = nested_vmx_preemption_timer_pending,