Searched refs:rep_idx (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | trace.h | 67 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 69 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 73 __field( __u16, rep_idx ) 82 __entry->rep_idx = rep_idx; 91 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
|
H A D | hyperv.c | 1755 uint16_t code, rep_idx, rep_cnt; in kvm_hv_hypercall() local 1786 rep_idx = (param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall() 1787 rep = !!(rep_cnt || rep_idx); in kvm_hv_hypercall() 1789 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall() 1823 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall() 1837 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | trace.h | 68 __u16 rep_idx, __u64 ingpa, __u64 outgpa), 69 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa), 73 __field( __u16, rep_idx ) 83 __entry->rep_idx = rep_idx; 93 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
|
H A D | hyperv.c | 1815 u16 rep_idx; member 2504 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall() 2505 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall() 2508 hc.rep_idx, hc.ingpa, hc.outgpa); in kvm_hv_hypercall() 2562 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 2773 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | phy.c | 2770 u8 rep_idx; in ath5k_get_max_ctl_power() local 2812 rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES; in ath5k_get_max_ctl_power() 2821 rep_idx += i; in ath5k_get_max_ctl_power() 2822 if (target <= rep[rep_idx].freq) in ath5k_get_max_ctl_power() 2823 edge_pwr = (s16) rep[rep_idx].edge; in ath5k_get_max_ctl_power()
|
Completed in 16 milliseconds