Searched refs:rep_idx (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/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 | 1750 uint16_t code, rep_idx, rep_cnt; in kvm_hv_hypercall() local 1781 rep_idx = (param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall() 1782 rep = !!(rep_cnt || rep_idx); in kvm_hv_hypercall() 1784 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall() 1818 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall() 1832 if (unlikely(fast || !rep_cnt || rep_idx)) { in kvm_hv_hypercall()
|
| /OK3568_Linux_fs/kernel/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()
|