Searched refs:stimer (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | hyperv.c | 231 stimer = &hv_vcpu->stimer[idx]; in kvm_hv_notify_acked_sint() 232 if (stimer->msg_pending && stimer->config.enable && in kvm_hv_notify_acked_sint() 592 set_bit(stimer->index, in stimer_mark_pending() 610 stimer->exp_time = 0; in stimer_cleanup() 645 stimer->exp_time = in stimer_start() 649 stimer->exp_time = time_now + stimer->count; in stimer_start() 653 stimer->index, in stimer_start() 662 stimer->exp_time = stimer->count; in stimer_start() 675 stimer->index, in stimer_start() 873 stimer = &hv_vcpu->stimer[i]; in kvm_hv_process_stimers() [all …]
|
A D | hyperv.h | 116 return &to_hv_vcpu(vcpu)->stimer[timer_index]; 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() argument 123 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv, in hv_stimer_to_vcpu() 124 stimer[0]); in hv_stimer_to_vcpu()
|
/linux-6.3-rc2/sound/pci/trident/ |
A D | trident.h | 307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
|
A 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-6.3-rc2/arch/x86/include/asm/ |
A D | kvm_host.h | 652 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member
|
Completed in 25 milliseconds