kvm_vcpu_hv_stimer  532 arch/x86/include/asm/kvm_host.h 	struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];
kvm_vcpu_hv_stimer   39 arch/x86/kvm/hyperv.c static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
kvm_vcpu_hv_stimer  167 arch/x86/kvm/hyperv.c 	struct kvm_vcpu_hv_stimer *stimer;
kvm_vcpu_hv_stimer  415 arch/x86/kvm/hyperv.c static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
kvm_vcpu_hv_stimer  427 arch/x86/kvm/hyperv.c static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  443 arch/x86/kvm/hyperv.c 	struct kvm_vcpu_hv_stimer *stimer;
kvm_vcpu_hv_stimer  445 arch/x86/kvm/hyperv.c 	stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer);
kvm_vcpu_hv_stimer  458 arch/x86/kvm/hyperv.c static int stimer_start(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  512 arch/x86/kvm/hyperv.c static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config,
kvm_vcpu_hv_stimer  533 arch/x86/kvm/hyperv.c static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count,
kvm_vcpu_hv_stimer  552 arch/x86/kvm/hyperv.c static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig)
kvm_vcpu_hv_stimer  558 arch/x86/kvm/hyperv.c static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount)
kvm_vcpu_hv_stimer  621 arch/x86/kvm/hyperv.c static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  641 arch/x86/kvm/hyperv.c static int stimer_notify_direct(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  654 arch/x86/kvm/hyperv.c static void stimer_expiration(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  675 arch/x86/kvm/hyperv.c 	struct kvm_vcpu_hv_stimer *stimer;
kvm_vcpu_hv_stimer  729 arch/x86/kvm/hyperv.c static void stimer_prepare_msg(struct kvm_vcpu_hv_stimer *stimer)
kvm_vcpu_hv_stimer  744 arch/x86/kvm/hyperv.c static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index)
kvm_vcpu_hv_stimer   68 arch/x86/kvm/hyperv.h static inline struct kvm_vcpu_hv_stimer *vcpu_to_stimer(struct kvm_vcpu *vcpu,
kvm_vcpu_hv_stimer   74 arch/x86/kvm/hyperv.h static inline struct kvm_vcpu *stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer)