Lines Matching refs:vcpu
82 struct vcpu {
230 struct vcpu *vcpu;
240 vcpu = chip->p_vcpus->l_ptr;
267 if (strlen(vcpu->v_impl)) {
268 (void) printf(" %s\n", vcpu->v_impl);
270 if (((len = strlen(vcpu->v_brand)) != 0) &&
271 (strncmp(vcpu->v_brand, vcpu->v_impl, len) != 0))
272 (void) printf("\t%s", vcpu->v_brand);
273 if (strcmp(vcpu->v_socket, "Unknown") != 0)
275 vcpu->v_socket);
288 if (strlen(vcpu->v_impl)) {
289 (void) printf(" %s\n", vcpu->v_impl);
291 if (((len = strlen(vcpu->v_brand)) != 0) &&
292 (strncmp(vcpu->v_brand, vcpu->v_impl, len) != 0))
293 (void) printf(" %s\n", vcpu->v_brand);
303 struct vcpu *v;
337 struct vcpu *v = l->l_ptr;
361 struct vcpu *v = l2->l_ptr;
378 struct vcpu *v = l->l_ptr;
424 struct vcpu *v;
441 struct vcpu *vc;
478 vc = zalloc(sizeof (struct vcpu));
637 ((struct vcpu *)l->l_ptr)->v_doit = 1;
638 ((struct vcpu *)l->l_ptr)->v_pchip->p_doit = 1;
639 ((struct vcpu *)l->l_ptr)->v_core->c_doit = 1;