Searched refs:xen_vcpu_down (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c42 * xen_vcpu_down() for it). It can't take interrupts or run anything, though
562 (void) xen_vcpu_down(CPU->cpu_id);
679 if ((error = xen_vcpu_down(cp->cpu_id)) == 0) {
1046 xen_vcpu_down(processorid_t id) function
H A Dxen_machdep.c390 SUSPEND_DEBUG("xen_vcpu_down %d\n", i);
391 (void) xen_vcpu_down(i);
/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h156 extern long xen_vcpu_down(processorid_t);

Completed in 69 milliseconds