Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dmain.c1004 .set_hv_timer = vt_op(set_hv_timer),
/linux/arch/x86/kvm/
H A Dlapic.c196 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
2283 if (kvm_x86_call(set_hv_timer)(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1966 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member