Searched refs:kvm_vcpu_hv_stimer (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/arch/x86/kvm/ |
D | hyperv.h | 113 static inline struct kvm_vcpu_hv_stimer *to_hv_stimer(struct kvm_vcpu *vcpu, in to_hv_stimer() 119 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu()
|
D | hyperv.c | 43 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, 202 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() 565 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending() 577 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup() 593 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() 595 stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer); in stimer_timer_callback() 608 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start() 662 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config() 694 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count() 719 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config() [all …]
|
/Linux-v6.1/arch/x86/include/asm/ |
D | kvm_host.h | 581 struct kvm_vcpu_hv_stimer { struct 613 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];
|