Searched refs:swtimer (Results 1 – 3 of 3) sorted by relevance
32 vcpu = container_of(timer, struct kvm_vcpu, arch.swtimer); in kvm_swtimer_wakeup()80 hrtimer_cancel(&vcpu->arch.swtimer); in kvm_restore_timer()170 hrtimer_start(&vcpu->arch.swtimer, expire, HRTIMER_MODE_ABS_PINNED_HARD); in _kvm_save_timer()
1513 hrtimer_setup(&vcpu->arch.swtimer, kvm_swtimer_wakeup, CLOCK_MONOTONIC, in kvm_arch_vcpu_create()1572 hrtimer_cancel(&vcpu->arch.swtimer); in kvm_arch_vcpu_destroy()
219 struct hrtimer swtimer; member