Searched refs:kvm_vcpu_hv_stimer (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | hyperv.c | 41 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, 169 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() 540 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending() 552 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup() 568 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() 570 stimer = container_of(timer, struct kvm_vcpu_hv_stimer, timer); in stimer_timer_callback() 583 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start() 637 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config() 663 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count() 688 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config() [all …]
|
| H A D | hyperv.h | 100 static inline struct kvm_vcpu_hv_stimer *vcpu_to_stimer(struct kvm_vcpu *vcpu, in vcpu_to_stimer() 106 static inline struct kvm_vcpu *stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in stimer_to_vcpu()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 488 struct kvm_vcpu_hv_stimer { struct 519 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];
|