Home
last modified time | relevance | path

Searched refs:hv_deadline_tsc (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.h290 u64 hv_deadline_tsc; member
Dvmx.c4486 vmx->hv_deadline_tsc = -1; in vmx_vcpu_reset()
6649 } else if (vmx->hv_deadline_tsc != -1) { in vmx_update_hv_timer()
6651 if (vmx->hv_deadline_tsc > tscl) in vmx_update_hv_timer()
6653 delta_tsc = (u32)((vmx->hv_deadline_tsc - tscl) >> in vmx_update_hv_timer()
7552 vmx->hv_deadline_tsc = tscl + delta_tsc; in vmx_set_hv_timer()
7559 to_vmx(vcpu)->hv_deadline_tsc = -1; in vmx_cancel_hv_timer()