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

/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c245 case VCPU_IDLE:
285 vcpu->state = VCPU_IDLE;
1155 * the VCPU_IDLE state. This guarantees that there is only a single
1159 while (vcpu->state != VCPU_IDLE) {
1167 KASSERT(vcpu->state != VCPU_IDLE, ("invalid transition from "
1186 case VCPU_IDLE:
1211 if (newstate == VCPU_IDLE)
H A Dvmm_dev.c115 vcpu_set_state(sc->vm, vcpu, VCPU_IDLE, false);
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h303 VCPU_IDLE, enumerator in enum:vcpu_state

Completed in 61 milliseconds