Searched refs:stimer (Results 1 – 4 of 4) sorted by relevance
129 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer()132 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu() argument136 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in hv_stimer_to_vcpu()137 stimer[0]); in hv_stimer_to_vcpu()
307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
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()
677 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member