Home
last modified time | relevance | path

Searched refs:set_hv_timer (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm-x86-ops.h114 KVM_X86_OP_OPTIONAL(set_hv_timer)
H A Dkvm_host.h1715 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dlapic.c122 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
1855 if (kvm_x86_ops.set_hv_timer(vcpu, ktimer->tscdeadline, &expired)) in start_hv_timer()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h1267 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c6712 /* set_hv_timer ensures the delta fits in 32-bits */ in vmx_update_hv_timer()
7696 if (kvm_x86_ops.set_hv_timer) in vmx_post_block()
7905 .set_hv_timer = vmx_set_hv_timer,
8065 vmx_x86_ops.set_hv_timer = NULL; in hardware_setup()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dlapic.c156 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c7172 /* set_hv_timer ensures the delta fits in 32-bits */ in vmx_update_hv_timer()
8343 .set_hv_timer = vmx_set_hv_timer,
8587 vmx_x86_ops.set_hv_timer = NULL; in hardware_setup()

Completed in 36 milliseconds