Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/
Dlapic.c121 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
1834 if (kvm_x86_ops.set_hv_timer(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()
/Linux-v5.10/arch/x86/include/asm/
Dkvm_host.h1259 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c7496 if (kvm_x86_ops.set_hv_timer) in vmx_post_block()
7702 .set_hv_timer = vmx_set_hv_timer,
7862 vmx_x86_ops.set_hv_timer = NULL; in hardware_setup()