Searched refs:stimer (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.c65 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer,
224 struct kvm_vcpu_hv_stimer *stimer; local
230 for (idx = 0; idx < ARRAY_SIZE(hv_vcpu->stimer); idx++) {
231 stimer = &hv_vcpu->stimer[idx];
232 if (stimer->msg_pending && stimer->config.enable &&
233 !stimer->config.direct_mode &&
234 stimer->config.sintx == sint)
235 stimer_mark_pending(stimer, fals
587 stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, bool vcpu_kick) argument
599 stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) argument
615 struct kvm_vcpu_hv_stimer *stimer; local
630 stimer_start(struct kvm_vcpu_hv_stimer *stimer) argument
684 stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, bool host) argument
716 stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, bool host) argument
743 stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) argument
749 stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) argument
812 stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) argument
832 stimer_notify_direct(struct kvm_vcpu_hv_stimer *stimer) argument
845 stimer_expiration(struct kvm_vcpu_hv_stimer *stimer) argument
866 struct kvm_vcpu_hv_stimer *stimer; local
936 stimer_prepare_msg(struct kvm_vcpu_hv_stimer *stimer) argument
951 stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) argument
[all...]
H A Dhyperv.h129 return &to_hv_vcpu(vcpu)->stimer[timer_index];
132 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) argument
136 hv_vcpu = container_of(stimer - stimer->index, struct kvm_vcpu_hv,
137 stimer[0]);
/linux-master/sound/pci/trident/
H A Dtrident.h307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member in struct:snd_trident_voice
H A Dtrident_main.c1534 evoice->stimer = val;
1538 voice->stimer = val;
3653 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; local
3663 stimer = inl(TRID_REG(trident, T4D_STIMER)) & 0x00ffffff;
3681 delta = (int)stimer - (int)voice->stimer;
3691 voice->stimer = stimer;
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h674 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member in struct:kvm_vcpu_hv

Completed in 136 milliseconds