Home
last modified time | relevance | path

Searched refs:VCPU_NOT_ON_PCPU (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h58 #define VCPU_NOT_ON_PCPU 2 macro
/illumos-gate/usr/src/uts/common/os/
H A Dsoftint.c245 if (vcpu_on_pcpu(cp->cpu_id) == VCPU_NOT_ON_PCPU) in softcall_choose_cpu()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dmp_xen.c167 ret = VCPU_NOT_ON_PCPU; in vcpu_on_pcpu()