Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dmain.c139 .set_hv_timer = vmx_set_hv_timer,
H A Dvmx.c8643 vt_x86_ops.set_hv_timer = NULL; in vmx_hardware_setup()
/linux-6.15/arch/x86/include/asm/
H A Dkvm-x86-ops.h118 KVM_X86_OP_OPTIONAL(set_hv_timer)
H A Dkvm_host.h1844 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/linux-6.15/arch/x86/kvm/
H A Dlapic.c169 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
2124 if (kvm_x86_call(set_hv_timer)(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()