Home
last modified time | relevance | path

Searched refs:timer_index (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/arch/x86/kvm/
Dtrace.h1222 TP_PROTO(int vcpu_id, int timer_index, u64 config, bool host),
1223 TP_ARGS(vcpu_id, timer_index, config, host),
1227 __field(int, timer_index)
1234 __entry->timer_index = timer_index;
1240 __entry->vcpu_id, __entry->timer_index, __entry->config,
1248 TP_PROTO(int vcpu_id, int timer_index, u64 count, bool host),
1249 TP_ARGS(vcpu_id, timer_index, count, host),
1253 __field(int, timer_index)
1260 __entry->timer_index = timer_index;
1266 __entry->vcpu_id, __entry->timer_index, __entry->count,
[all …]
Dhyperv.h127 int timer_index) in to_hv_stimer() argument
129 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer()
Dhyperv.c946 payload->timer_index = stimer->index; in stimer_prepare_msg()
951 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init() argument
954 stimer->index = timer_index; in stimer_init()
1602 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_set_msr() local
1604 return stimer_set_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1611 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr() local
1613 return stimer_set_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr()
1722 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_get_msr() local
1724 return stimer_get_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr()
1731 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr() local
[all …]
/linux-6.14.4/drivers/net/wireless/ath/ath9k/
Dhw.c3117 u8 timer_index) in ath_gen_timer_alloc() argument
3122 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc()
3123 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc()
3126 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc()
3135 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc()
3136 timer->index = timer_index; in ath_gen_timer_alloc()
3141 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
Dhw.h1087 u8 timer_index);
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/
Dsge.c3983 int timer_index; in napi_rx_handler() local
3986 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler()
3989 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler()
3991 timer_index = (timer_index + 1); in napi_rx_handler()
3993 timer_index = timer_index - 1; in napi_rx_handler()
3995 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler()
3997 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()
/linux-6.14.4/include/hyperv/
Dhvgdk_mini.h778 __u32 timer_index; member