Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.h222 struct hrtimer preemption_timer; member
A Dnested.c2096 container_of(timer, struct vcpu_vmx, nested.preemption_timer); in vmx_preemption_timer_fn()
2131 vmx_preemption_timer_fn(&vmx->nested.preemption_timer); in vmx_start_preemption_timer()
2141 hrtimer_start(&vmx->nested.preemption_timer, in vmx_start_preemption_timer()
4186 hrtimer_get_remaining(&to_vmx(vcpu)->nested.preemption_timer); in vmx_get_preemption_timer_value()
4749 hrtimer_cancel(&to_vmx(vcpu)->nested.preemption_timer); in nested_vmx_vmexit()
5103 hrtimer_init(&vmx->nested.preemption_timer, CLOCK_MONOTONIC, in enter_vmx_operation()
5105 vmx->nested.preemption_timer.function = vmx_preemption_timer_fn; in enter_vmx_operation()
A Dvmx.c138 module_param_named(preemption_timer, enable_preemption_timer, bool, S_IRUGO);
8098 struct hrtimer *timer = &to_vmx(vcpu)->nested.preemption_timer; in vmx_migrate_timers()

Completed in 28 milliseconds