Searched refs:preemption_timer (Results 1 – 1 of 1) sorted by relevance
425 struct hrtimer preemption_timer; member6522 container_of(timer, struct vcpu_vmx, nested.preemption_timer); in vmx_preemption_timer_fn()6792 hrtimer_init(&vmx->nested.preemption_timer, CLOCK_MONOTONIC, in handle_vmon()6794 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn; in handle_vmon()9143 vmx_preemption_timer_fn(&vmx->nested.preemption_timer); in vmx_start_preemption_timer()9150 hrtimer_start(&vmx->nested.preemption_timer, in vmx_start_preemption_timer()10111 hrtimer_get_remaining(&to_vmx(vcpu)->nested.preemption_timer); in vmx_get_preemption_timer_value()10196 hrtimer_cancel(&to_vmx(vcpu)->nested.preemption_timer); in prepare_vmcs12()