Home
last modified time | relevance | path

Searched refs:vcpu (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/psrinfo/
H A Dpsrinfo.c82 struct vcpu { struct
230 struct vcpu *vcpu; in print_vp() local
240 vcpu = chip->p_vcpus->l_ptr; in print_vp()
267 if (strlen(vcpu->v_impl)) { in print_vp()
268 (void) printf(" %s\n", vcpu->v_impl); in print_vp()
270 if (((len = strlen(vcpu->v_brand)) != 0) && in print_vp()
271 (strncmp(vcpu->v_brand, vcpu->v_impl, len) != 0)) in print_vp()
272 (void) printf("\t%s", vcpu->v_brand); in print_vp()
273 if (strcmp(vcpu->v_socket, "Unknown") != 0) in print_vp()
275 vcpu->v_socket); in print_vp()
[all …]
/titanic_50/usr/src/uts/common/xen/public/
H A Devent_channel.h92 uint32_t vcpu; member
123 uint32_t vcpu; member
173 uint32_t vcpu; /* VCPU to which this channel is bound. */ member
204 uint32_t vcpu; member
H A Ddomctl.h252 uint32_t vcpu; /* IN */ member
262 uint32_t vcpu; member
278 uint32_t vcpu; /* IN */ member
436 uint32_t vcpu; /* IN */ member
547 uint32_t vcpu; member
630 uint32_t vcpu; /* IN */ member
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv/
H A Dxpv.c62 struct vcpu *vcpu[MAX_VIRT_CPUS]; member
/titanic_50/usr/src/cmd/dtrace/test/tst/i86xpv/xdt/
H A Dtst.schedargs.ksh56 /* print domid vcpu pcpu probename */
/titanic_50/usr/src/uts/common/xen/dtrace/
H A Dxdt.c676 xdt_update_sched_context(uint_t cpuid, uint_t dom, uint_t vcpu) in xdt_update_sched_context() argument
681 sp->cur_vcpuid = vcpu; in xdt_update_sched_context()
686 xdt_update_domain_context(uint_t dom, uint_t vcpu) in xdt_update_domain_context() argument
689 xdt_curvcpu = vcpu; in xdt_update_domain_context()
696 uint_t dom, vcpu; in xdt_process_rec() local
1720 vcpu = data[1] >> 16; in xdt_process_rec()
1722 xdt_update_sched_context(cpuid, dom, vcpu); in xdt_process_rec()
1723 xdt_update_domain_context(dom, vcpu); in xdt_process_rec()
/titanic_50/usr/src/uts/common/vm/
H A Dvpm.c94 } vcpu; member
99 #define vfree_ndx vcpu.vcpu_free_ndx
719 vpmd_cpu[CPU->cpu_seqid].vcpu.vcpu_misses++; in get_vpmap()
721 vpmd_cpu[CPU->cpu_seqid].vcpu.vcpu_hits++; in get_vpmap()
/titanic_50/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c663 vcpu_info_t *vcpu = &si->vcpu_info[i]; in xen_debug_handler() local
667 i, vcpu->evtchn_upcall_pending, in xen_debug_handler()
668 vcpu->evtchn_upcall_mask, in xen_debug_handler()
669 vcpu->evtchn_pending_sel); in xen_debug_handler()
H A Devtchn.c215 bind.vcpu = cpu; in xen_bind_virq()
280 bind.vcpu = cpu; in xen_bind_ipi()
295 bind.vcpu = cpu; in xen_bind_vcpu()
/titanic_50/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h205 struct vcpu *pi_vcpu; /* Panicking vcpu */
/titanic_50/usr/src/cmd/mdb/intel/modules/mdb_kb/
H A Dmdb_kb.c1506 struct vcpu_guest_context *vcpu; in xkb_getmregs() local
1517 vcpu = xkb->xkb_vcpus[cpu]; in xkb_getmregs()
1518 ur = &vcpu->user_regs; in xkb_getmregs()
1566 bcopy(&vcpu->ctrlreg, &mregs->pm_cr, 8 * sizeof (ulong_t)); in xkb_getmregs()
1567 bcopy(&vcpu->debugreg, &mregs->pm_dr, 8 * sizeof (ulong_t)); in xkb_getmregs()