Searched defs:stimer (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/ | 
| D | hyperv.c | 167 	struct kvm_vcpu_hv_stimer *stimer;  in kvm_hv_notify_acked_sint()  local415 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,  in stimer_mark_pending()
 427 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer)  in stimer_cleanup()
 443 	struct kvm_vcpu_hv_stimer *stimer;  in stimer_timer_callback()  local
 458 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer)  in stimer_start()
 512 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config,  in stimer_set_config()
 533 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count,  in stimer_set_count()
 552 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig)  in stimer_get_config()
 558 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount)  in stimer_get_count()
 621 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer)  in stimer_send_msg()
 [all …]
 
 | 
| D | hyperv.h | 74 static inline struct kvm_vcpu *stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer)  in stimer_to_vcpu()
 | 
| /Linux-v5.4/sound/pci/trident/ | 
| D | trident.h | 308 	unsigned int stimer;		/* global sample timer (to detect spurious interrupts) */  member
 | 
| D | trident_main.c | 3706 	unsigned int audio_int, chn_int, stimer, channel, mask, tmp;  in snd_trident_interrupt()  local
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | kvm_host.h | 532 	struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT];  member
 |