Searched refs:HYPERVISOR_vcpu_op (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/i86xpv/os/ |
H A D | mp_xen.c | 152 if (HYPERVISOR_vcpu_op(VCPUOP_get_runstate_info, cpu, &runstate) != 0) in vcpu_on_pcpu() 774 if (HYPERVISOR_vcpu_op(VCPUOP_is_up, cp->cpu_id, NULL) != 0) { in poweron_vcpu() 962 if ((err = HYPERVISOR_vcpu_op(VCPUOP_initialise, id, vgc)) != 0) { in xen_vcpu_initialize() 1017 if ((err = HYPERVISOR_vcpu_op(VCPUOP_up, id, NULL)) != 0) { in xen_vcpu_up() 1028 if (HYPERVISOR_vcpu_op(VCPUOP_is_up, id, NULL) < 0) in xen_vcpu_up() 1050 if ((err = HYPERVISOR_vcpu_op(VCPUOP_down, id, NULL)) != 0) { in xen_vcpu_down()
|
/titanic_41/usr/src/uts/intel/sys/ |
H A D | hypervisor.h | 234 extern long HYPERVISOR_vcpu_op(int, int, void *);
|
/titanic_41/usr/src/uts/common/xen/os/ |
H A D | hypercall.c | 260 HYPERVISOR_vcpu_op(int cmd, int vcpuid, void *extra_args) in HYPERVISOR_vcpu_op() function
|
/titanic_41/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_psm.c | 409 switch (-HYPERVISOR_vcpu_op(VCPUOP_is_up, id, NULL)) { in xen_psm_get_next_processorid()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | fakebop.c | 2531 if (HYPERVISOR_vcpu_op(VCPUOP_is_up, id, NULL) == 0) in enumerate_xen_cpus()
|