Symbol: kvm_vcpu_hv_stimer
arch/x86/include/asm/kvm_host.h
702
struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];
arch/x86/kvm/hyperv.c
224
struct kvm_vcpu_hv_stimer *stimer;
arch/x86/kvm/hyperv.c
591
static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
arch/x86/kvm/hyperv.c
603
static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
619
struct kvm_vcpu_hv_stimer *stimer;
arch/x86/kvm/hyperv.c
621
stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer);
arch/x86/kvm/hyperv.c
634
static int stimer_start(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
65
static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
arch/x86/kvm/hyperv.c
688
static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config,
arch/x86/kvm/hyperv.c
720
static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count,
arch/x86/kvm/hyperv.c
747
static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig)
arch/x86/kvm/hyperv.c
753
static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount)
arch/x86/kvm/hyperv.c
816
static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
836
static int stimer_notify_direct(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
849
static void stimer_expiration(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
870
struct kvm_vcpu_hv_stimer *stimer;
arch/x86/kvm/hyperv.c
940
static void stimer_prepare_msg(struct kvm_vcpu_hv_stimer *stimer)
arch/x86/kvm/hyperv.c
955
static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index)
arch/x86/kvm/hyperv.h
127
static inline struct kvm_vcpu_hv_stimer *to_hv_stimer(struct kvm_vcpu *vcpu,
arch/x86/kvm/hyperv.h
133
static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer)