Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c421 struct hrtimer preemption_timer; member
6427 container_of(timer, struct vcpu_vmx, nested.preemption_timer); in vmx_preemption_timer_fn()
6652 hrtimer_init(&vmx->nested.preemption_timer, CLOCK_MONOTONIC, in handle_vmon()
6654 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn; in handle_vmon()
8746 vmx_preemption_timer_fn(&vmx->nested.preemption_timer); in vmx_start_preemption_timer()
8753 hrtimer_start(&vmx->nested.preemption_timer, in vmx_start_preemption_timer()
9699 hrtimer_get_remaining(&to_vmx(vcpu)->nested.preemption_timer); in vmx_get_preemption_timer_value()
9784 hrtimer_cancel(&to_vmx(vcpu)->nested.preemption_timer); in prepare_vmcs12()