Home
last modified time | relevance | path

Searched refs:hv_deadline_tsc (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h290 u64 hv_deadline_tsc; member
H A Dvmx.c4521 vmx->hv_deadline_tsc = -1; in vmx_vcpu_reset()
6709 } else if (vmx->hv_deadline_tsc != -1) { in vmx_update_hv_timer()
6711 if (vmx->hv_deadline_tsc > tscl) in vmx_update_hv_timer()
6713 delta_tsc = (u32)((vmx->hv_deadline_tsc - tscl) >> in vmx_update_hv_timer()
7640 vmx->hv_deadline_tsc = tscl + delta_tsc; in vmx_set_hv_timer()
7647 to_vmx(vcpu)->hv_deadline_tsc = -1; in vmx_cancel_hv_timer()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h340 u64 hv_deadline_tsc; member
H A Dvmx.c4870 vmx->hv_deadline_tsc = -1; in vmx_vcpu_reset()
7169 } else if (vmx->hv_deadline_tsc != -1) { in vmx_update_hv_timer()
7171 if (vmx->hv_deadline_tsc > tscl) in vmx_update_hv_timer()
7173 delta_tsc = (u32)((vmx->hv_deadline_tsc - tscl) >> in vmx_update_hv_timer()
8074 vmx->hv_deadline_tsc = tscl + delta_tsc; in vmx_set_hv_timer()
8081 to_vmx(vcpu)->hv_deadline_tsc = -1; in vmx_cancel_hv_timer()

Completed in 24 milliseconds