Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h107 KVM_X86_OP_NULL(set_hv_timer)
Dkvm_host.h1457 int (*set_hv_timer)(struct kvm_vcpu *vcpu, u64 guest_deadline_tsc, member
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7474 if (kvm_x86_ops.set_hv_timer) in vmx_post_block()
7683 .set_hv_timer = vmx_set_hv_timer,
7877 vmx_x86_ops.set_hv_timer = NULL; in hardware_setup()
/Linux-v5.15/arch/x86/kvm/
Dlapic.c121 return kvm_x86_ops.set_hv_timer in kvm_can_use_hv_timer()