Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/
Dkvm-x86-ops.h113 KVM_X86_OP_OPTIONAL(set_hv_timer)
Dkvm_host.h1714 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/Linux-v6.6/arch/x86/kvm/
Dlapic.c155 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c8331 .set_hv_timer = vmx_set_hv_timer,
8575 vmx_x86_ops.set_hv_timer = NULL; in hardware_setup()