Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h119 KVM_X86_OP_OPTIONAL(set_hv_timer)
H A Dkvm_host.h1896 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/linux/arch/x86/kvm/vmx/
H A Dmain.c990 .set_hv_timer = vt_op(set_hv_timer),
/linux/arch/x86/kvm/
H A Dlapic.c139 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
2215 if (kvm_x86_call(set_hv_timer)(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()