Searched refs:kvm_timer (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dkvm_timer.h2 struct kvm_timer { struct
13 bool (*is_periodic)(struct kvm_timer *);
H A Dtimer.c19 #include "kvm_timer.h"
21 static int __kvm_timer_fn(struct kvm_vcpu *vcpu, struct kvm_timer *ktimer)
52 struct kvm_timer *ktimer = container_of(data, struct kvm_timer, timer);
H A Di8254.h25 struct kvm_timer pit_timer;
H A Dlapic.h5 #include "kvm_timer.h"
12 struct kvm_timer lapic_timer;
H A Di8254.c283 static bool kpit_is_periodic(struct kvm_timer *ktimer)
333 struct kvm_timer *ktimer = container_of(data, struct kvm_timer, timer);
350 struct kvm_timer *pt = &ps->pit_timer;
H A Dlapic.c997 static bool lapic_is_periodic(struct kvm_timer *ktimer)

Completed in 190 milliseconds