Searched refs:kvm_vcpu_hv_stimer (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.h126 static inline struct kvm_vcpu_hv_stimer *to_hv_stimer(struct kvm_vcpu *vcpu,
132 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer)
H A Dhyperv.c65 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
224 struct kvm_vcpu_hv_stimer *stimer;
587 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
599 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer)
615 struct kvm_vcpu_hv_stimer *stimer;
617 stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer);
630 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer)
684 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config,
716 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count,
743 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stime
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h619 struct kvm_vcpu_hv_stimer { struct
674 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];

Completed in 226 milliseconds