Searched refs:rep_cnt (Results 1 – 2 of 2) sorted by relevance
/arch/x86/kvm/ |
D | hyperv.c | 352 uint16_t code, rep_idx, rep_cnt, res = HV_STATUS_SUCCESS, rep_done = 0; in kvm_hv_hypercall() local 384 rep_cnt = (param >> 32) & 0xfff; in kvm_hv_hypercall() 387 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()
|
D | trace.h | 64 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, 66 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), 69 __field( __u16, rep_cnt ) 78 __entry->rep_cnt = rep_cnt; 88 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
|