Home
last modified time | relevance | path

Searched refs:rep_idx (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dtrace.h65 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx,
67 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa),
71 __field( __u16, rep_idx )
80 __entry->rep_idx = rep_idx;
89 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
Dhyperv.c1445 uint16_t code, rep_idx, rep_cnt; in kvm_hv_hypercall() local
1478 rep_idx = (param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()
1479 rep = !!(rep_cnt || rep_idx); in kvm_hv_hypercall()
1481 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()
1515 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall()
1529 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall()
/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dphy.c2773 u8 rep_idx; in ath5k_get_max_ctl_power() local
2815 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power()
2824 rep_idx += i; in ath5k_get_max_ctl_power()
2825 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power()
2826 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()