Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dlapic.c1715 if (!kvm_x86_ops->set_hv_timer) in start_hv_timer()
1721 if (kvm_x86_ops->set_hv_timer(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()
/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1186 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c7409 if (kvm_x86_ops->set_hv_timer) in vmx_post_block()
7714 kvm_x86_ops->set_hv_timer = NULL; in hardware_setup()
7883 .set_hv_timer = vmx_set_hv_timer,