Searched refs:vst (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/amd64/vmm/
H A Dvmm_stat.c56 struct vmm_stat_type *vst = arg; local
59 if (vst->desc == NULL)
62 if (vst->scope == VMM_STAT_SCOPE_INTEL && !vmm_is_intel())
65 if (vst->scope == VMM_STAT_SCOPE_AMD && !vmm_is_svm())
68 if (vst_num_elems + vst->nelems >= MAX_VMM_STAT_ELEMS) {
69 printf("Cannot accommodate vmm stat type \"%s\"!\n", vst->desc);
73 vst->index = vst_num_elems;
74 vst_num_elems += vst->nelems;
76 vsttab[vst_num_types++] = vst;
83 struct vmm_stat_type *vst; local
138 struct vmm_stat_type *vst; local
[all...]
H A Dvmm_stat.h93 vmm_stat_array_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, argument
101 if (vst->index >= 0 && statidx < vst->nelems)
102 stats[vst->index + statidx] += x;
107 vmm_stat_array_set(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, argument
115 if (vst->index >= 0 && statidx < vst->nelems)
116 stats[vst->index + statidx] = val;
121 vmm_stat_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, uint64_t x) argument
125 vmm_stat_array_incr(vcpu, vst,
130 vmm_stat_set(struct vcpu *vcpu, struct vmm_stat_type *vst, uint64_t val) argument
[all...]
/freebsd-current/sys/arm64/vmm/
H A Dvmm_stat.c58 struct vmm_stat_type *vst = arg; local
61 if (vst->desc == NULL)
64 if (vst_num_elems + vst->nelems >= MAX_VMM_STAT_ELEMS) {
65 printf("Cannot accommodate vmm stat type \"%s\"!\n", vst->desc);
69 vst->index = vst_num_elems;
70 vst_num_elems += vst->nelems;
72 vsttab[vst_num_types++] = vst;
79 struct vmm_stat_type *vst; local
98 vst = vsttab[i];
99 if (vst
134 struct vmm_stat_type *vst; local
[all...]
H A Dvmm_stat.h87 vmm_stat_array_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, argument
95 if (vst->index >= 0 && statidx < vst->nelems)
96 stats[vst->index + statidx] += x;
101 vmm_stat_array_set(struct vcpu *vcpu, struct vmm_stat_type *vst, int statidx, argument
109 if (vst->index >= 0 && statidx < vst->nelems)
110 stats[vst->index + statidx] = val;
115 vmm_stat_incr(struct vcpu *vcpu, struct vmm_stat_type *vst, uint64_t x) argument
119 vmm_stat_array_incr(vcpu, vst,
124 vmm_stat_set(struct vcpu *vcpu, struct vmm_stat_type *vst, uint64_t val) argument
[all...]
/freebsd-current/tools/tools/vimage/
H A Dvimage.c99 vstat_t *vst; local
152 if ((vst = malloc(vst_size * sizeof(*vst))) == NULL)
159 while ((jid = getjail(&vst[vst_last], jid, verbose)) > 0) {
161 if (vst[vst_last].vnet != 1)
165 ((strlen(vst[vst_last].name) < namelen ||
166 strncmp(vst[vst_last].name, argv[0], namelen) != 0)
167 || (strlen(vst[vst_last].name) > namelen &&
168 vst[vst_last].name[namelen] != '.')))
172 (strlen(vst[vst_las
[all...]
/freebsd-current/sys/net/
H A Dif_vlan.c1456 struct vlan_snd_tag *vst; local
1461 vst = mst_to_vst(mst);
1462 if (vst->tag->ifp != p) {
1468 m->m_pkthdr.snd_tag = m_snd_tag_ref(vst->tag);
2391 struct vlan_snd_tag *vst; local
2439 vst = malloc(sizeof(*vst), M_VLAN, M_NOWAIT);
2440 if (vst == NULL) {
2445 vst = NULL;
2450 free(vst, M_VLA
2471 struct vlan_snd_tag *vst; local
2481 struct vlan_snd_tag *vst; local
2491 struct vlan_snd_tag *vst; local
2500 struct vlan_snd_tag *vst; local
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/c063/
H A Dt_o_search.c321 struct statvfs vst; local
334 fstatvfs(dfd, &vst);
335 if (strcmp(vst.f_fstypename, "nfs") == 0)
/freebsd-current/sys/x86/cpufreq/
H A Dpowernow.c151 #define COUNT_OFF_VST(vst) DELAY(20 * (vst))
219 u_int vst; member in struct:pn_softc
365 COUNT_OFF_VST(sc->vst);
379 COUNT_OFF_VST(sc->vst);
426 COUNT_OFF_VST(sc->vst);
697 sc->vst = psb->settlingtime;
840 sc->vst = ACPI_PN8_CTRL_TO_VST(ctrl),
/freebsd-current/crypto/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl685 vst ($xa0,"$stdframe+0x00($sp)");
686 vst ($xt0,"$stdframe+0x10($sp)");
687 vst ($xc0,"$stdframe+0x20($sp)");
688 vst ($xd0,"$stdframe+0x30($sp)");
701 vst ($xa0,"$stdframe+0x00($sp)");
702 vst ($xb0,"$stdframe+0x10($sp)");
703 vst ($xt0,"$stdframe+0x20($sp)");
704 vst ($xt1,"$stdframe+0x30($sp)");
/freebsd-current/crypto/openssl/crypto/perlasm/
H A Ds390x.pm50 vsel vseg vsegb vsegh vsegf vst vsteb vsteh vstef vsteg vstm vstl
618 sub vst { subroutine

Completed in 89 milliseconds