Searched refs:var_cnt (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dhyperv.c1863 u16 var_cnt; member in struct:kvm_hv_hcall
1918 if (hc->var_cnt > HV_MAX_SPARSE_VCPU_BANKS)
1921 /* Cap var_cnt to ignore banks that cannot contain a legal VP index. */
1922 return kvm_hv_get_hc_data(kvm, hc, hc->var_cnt, KVM_HV_MAX_SPARSE_VCPU_SET_BITS,
2096 if (hc->var_cnt != hweight64(valid_bank_mask))
2100 if (!hc->var_cnt)
2109 * banks (and, thus, non-zero 'var_cnt') for the 'all vCPUs'
2115 hc->consumed_xmm_halves += hc->var_cnt;
2117 hc->data_offset += hc->var_cnt * sizeof(sparse_banks[0]);
2265 if (hc->var_cnt !
[all...]
H A Dtrace.h70 TP_PROTO(__u16 code, bool fast, __u16 var_cnt, __u16 rep_cnt,
72 TP_ARGS(code, fast, var_cnt, rep_cnt, rep_idx, ingpa, outgpa),
80 __field( __u16, var_cnt )
90 __entry->var_cnt = var_cnt;
94 TP_printk("code 0x%x %s var_cnt 0x%x rep_cnt 0x%x idx 0x%x in 0x%llx out 0x%llx",
96 __entry->var_cnt, __entry->rep_cnt, __entry->rep_idx,
/linux-master/tools/bpf/bpftool/
H A Dgen.c1525 size_t i, len, file_sz, map_cnt = 0, prog_cnt = 0, mmap_sz, var_cnt = 0, var_idx = 0; local
1651 var_cnt++;
1743 s->var_cnt = %2$d; \n\
1750 obj_name, var_cnt
/linux-master/tools/lib/bpf/
H A Dlibbpf.h1698 int var_cnt; member in struct:bpf_object_subskeleton
H A Dlibbpf.c13608 for (var_idx = 0; var_idx < s->var_cnt; var_idx++) {

Completed in 198 milliseconds