rep_cnt 1353 arch/x86/kvm/hyperv.c u16 rep_cnt, bool ex) rep_cnt 1433 arch/x86/kvm/hyperv.c ((u64)rep_cnt << HV_HYPERCALL_REP_COMP_OFFSET); rep_cnt 1601 arch/x86/kvm/hyperv.c uint16_t code, rep_idx, rep_cnt; rep_cnt 1631 arch/x86/kvm/hyperv.c rep_cnt = (param >> HV_HYPERCALL_REP_COMP_OFFSET) & 0xfff; rep_cnt 1633 arch/x86/kvm/hyperv.c rep = !!(rep_cnt || rep_idx); rep_cnt 1635 arch/x86/kvm/hyperv.c trace_kvm_hv_hypercall(code, fast, rep_cnt, rep_idx, ingpa, outgpa); rep_cnt 1669 arch/x86/kvm/hyperv.c if (unlikely(fast || !rep_cnt || rep_idx)) { rep_cnt 1673 arch/x86/kvm/hyperv.c ret = kvm_hv_flush_tlb(vcpu, ingpa, rep_cnt, false); rep_cnt 1680 arch/x86/kvm/hyperv.c ret = kvm_hv_flush_tlb(vcpu, ingpa, rep_cnt, false); rep_cnt 1683 arch/x86/kvm/hyperv.c if (unlikely(fast || !rep_cnt || rep_idx)) { rep_cnt 1687 arch/x86/kvm/hyperv.c ret = kvm_hv_flush_tlb(vcpu, ingpa, rep_cnt, true); rep_cnt 1694 arch/x86/kvm/hyperv.c ret = kvm_hv_flush_tlb(vcpu, ingpa, rep_cnt, true); rep_cnt 65 arch/x86/kvm/trace.h TP_PROTO(__u16 code, bool fast, __u16 rep_cnt, __u16 rep_idx, rep_cnt 67 arch/x86/kvm/trace.h TP_ARGS(code, fast, rep_cnt, rep_idx, ingpa, outgpa), rep_cnt 70 arch/x86/kvm/trace.h __field( __u16, rep_cnt ) rep_cnt 79 arch/x86/kvm/trace.h __entry->rep_cnt = rep_cnt; rep_cnt 89 arch/x86/kvm/trace.h __entry->rep_cnt, __entry->rep_idx, __entry->ingpa,