Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dtrace.h67 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx,
69 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa),
72 __field( __u16, rep_cnt )
81 __entry->rep_cnt = rep_cnt;
91 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
Dhyperv.c1745 u16 rep_cnt; member
1855 ((u64)hc->rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); in kvm_hv_flush_tlb()
2191 hc.rep_cnt = (hc.param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; in kvm_hv_hypercall()
2193 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2195 trace_kvm_hv_hypercall(hc.code, hc.fast, hc.rep_cnt, hc.rep_idx, in kvm_hv_hypercall()
2246 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()
2260 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()