Home
last modified time | relevance | path

Searched refs:rep_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/arch/x86/kvm/
Dtrace.h67 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
69 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
72 __field( __u16, rep_cnt )
82 __entry->rep_cnt = rep_cnt;
93 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
Dhyperv.c1751 u16 rep_cnt; member
1889 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2228 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2230 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2232 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.var_cnt, hc.rep_cnt, in kvm_hv_hypercall()
2294 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()