Home
last modified time | relevance | path

Searched defs:stimer (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/x86/kvm/
Dhyperv.c202 struct kvm_vcpu_hv_stimer *stimer; in kvm_hv_notify_acked_sint() local
565 static void stimer_mark_pending(struct kvm_vcpu_hv_stimer *stimer, in stimer_mark_pending()
577 static void stimer_cleanup(struct kvm_vcpu_hv_stimer *stimer) in stimer_cleanup()
593 struct kvm_vcpu_hv_stimer *stimer; in stimer_timer_callback() local
608 static int stimer_start(struct kvm_vcpu_hv_stimer *stimer) in stimer_start()
662 static int stimer_set_config(struct kvm_vcpu_hv_stimer *stimer, u64 config, in stimer_set_config()
694 static int stimer_set_count(struct kvm_vcpu_hv_stimer *stimer, u64 count, in stimer_set_count()
719 static int stimer_get_config(struct kvm_vcpu_hv_stimer *stimer, u64 *pconfig) in stimer_get_config()
725 static int stimer_get_count(struct kvm_vcpu_hv_stimer *stimer, u64 *pcount) in stimer_get_count()
788 static int stimer_send_msg(struct kvm_vcpu_hv_stimer *stimer) in stimer_send_msg()
[all …]
Dhyperv.h119 static inline struct kvm_vcpu *hv_stimer_to_vcpu(struct kvm_vcpu_hv_stimer *stimer) in hv_stimer_to_vcpu()
/linux-6.1.9/sound/pci/trident/
Dtrident.h307 unsigned int stimer; /* global sample timer (to detect spurious interrupts) */ member
Dtrident_main.c3653 unsigned int audio_int, chn_int, stimer, channel, mask, tmp; in snd_trident_interrupt() local
/linux-6.1.9/arch/x86/include/asm/
Dkvm_host.h613 struct kvm_vcpu_hv_stimer stimer[HV_SYNIC_STIMER_COUNT]; member