preemption_timer 1928 arch/x86/kvm/vmx/nested.c 		container_of(timer, struct vcpu_vmx, nested.preemption_timer);
preemption_timer 1947 arch/x86/kvm/vmx/nested.c 		vmx_preemption_timer_fn(&vmx->nested.preemption_timer);
preemption_timer 1957 arch/x86/kvm/vmx/nested.c 	hrtimer_start(&vmx->nested.preemption_timer,
preemption_timer 3524 arch/x86/kvm/vmx/nested.c 		hrtimer_get_remaining(&to_vmx(vcpu)->nested.preemption_timer);
preemption_timer 4085 arch/x86/kvm/vmx/nested.c 		hrtimer_cancel(&to_vmx(vcpu)->nested.preemption_timer);
preemption_timer 4395 arch/x86/kvm/vmx/nested.c 	hrtimer_init(&vmx->nested.preemption_timer, CLOCK_MONOTONIC,
preemption_timer 4397 arch/x86/kvm/vmx/nested.c 	vmx->nested.preemption_timer.function = vmx_preemption_timer_fn;
preemption_timer  126 arch/x86/kvm/vmx/vmx.c module_param_named(preemption_timer, enable_preemption_timer, bool, S_IRUGO);
preemption_timer  163 arch/x86/kvm/vmx/vmx.h 	struct hrtimer preemption_timer;