Searched refs:stimer (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.15/arch/x86/kvm/ |
D | hyperv.c | 46 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, 198 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local 204 for (idx = 0; idx < ARRAY_SIZE(hv_vcpu->stimer); idx++) { in kvm_hv_notify_acked_sint() 205 stimer = &hv_vcpu->stimer[idx]; in kvm_hv_notify_acked_sint() 206 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint() 207 !stimer->config.direct_mode && in kvm_hv_notify_acked_sint() 208 stimer->config.sintx == sint) in kvm_hv_notify_acked_sint() 209 stimer_mark_pending(stimer, false); in kvm_hv_notify_acked_sint() 555 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending() argument 558 struct kvm_vcpu *vcpu = hv_stimer_to_vcpu(stimer); in stimer_mark_pending() [all …]
|
D | hyperv.h | 109 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer() 112 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu() argument 116 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in hv_stimer_to_vcpu() 117 stimer[0]); in hv_stimer_to_vcpu()
|
/Linux-v5.15/sound/pci/trident/ |
D | trident.h | 307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
|
D | trident_main.c | 1534 evoice->stimer = val; in snd_trident_trigger() 1538 voice->stimer = val; in snd_trident_trigger() 3653 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; in snd_trident_interrupt() local 3663 stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff; in snd_trident_interrupt() 3681 delta = (int)stimer - (int)voice->stimer; in snd_trident_interrupt() 3691 voice->stimer = stimer; in snd_trident_interrupt()
|
/Linux-v5.15/arch/x86/include/asm/ |
D | kvm_host.h | 582 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member
|