Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dtrace.h63 TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx,
65 TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa),
69 __field( __u16, rep_idx )
78 __entry->rep_idx = rep_idx;
87 __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,
Dx86.c5392 uint16_t code, rep_idx, rep_cnt, res = HV_STATUS_SUCCESS, rep_done = 0; in kvm_hv_hypercall() local
5427 rep_idx = (param >> 48) & 0xfff; in kvm_hv_hypercall()
5429 trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); in kvm_hv_hypercall()