Home
last modified time | relevance | path

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

/arch/x86/kvm/
A Dtrace.h85 __u16 rep_idx, __u64 ingpa, __u64 outgpa),
86 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
90 __field( __u16, rep_idx )
100 __entry->rep_idx = rep_idx;
110 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
A Dhyperv.c1869 u16 rep_idx; member
2564 hc.rep_idx = (hc.param >> HV_HYPERCALL_REP_START_OFFSET) & 0xfff; in kvm_hv_hypercall()
2565 hc.rep = !!(hc.rep_cnt || hc.rep_idx); in kvm_hv_hypercall()
2568 hc.rep_idx, hc.ingpa, hc.outgpa); in kvm_hv_hypercall()
2622 if (unlikely(!hc.rep_cnt || hc.rep_idx)) { in kvm_hv_hypercall()

Completed in 14 milliseconds