Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.h340 u64 hv_deadline_tsc; member
H A Dvmx.c4874 vmx->hv_deadline_tsc = -1; in vmx_vcpu_reset()
7178 } else if (vmx->hv_deadline_tsc != -1) { in vmx_update_hv_timer()
7180 if (vmx->hv_deadline_tsc > tscl) in vmx_update_hv_timer()
7182 delta_tsc = (u32)((vmx->hv_deadline_tsc - tscl) >> in vmx_update_hv_timer()
8103 vmx->hv_deadline_tsc = tscl + delta_tsc; in vmx_set_hv_timer()
8110 to_vmx(vcpu)->hv_deadline_tsc = -1; in vmx_cancel_hv_timer()