Lines Matching defs:active_cpus
171 volatile cpuset_t active_cpus; /* (i) active vcpus */
533 CPU_ZERO(&vm->active_cpus);
749 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) {
1474 /* 'rendezvous_req_cpus' must be a subset of 'active_cpus' */
1475 CPU_AND(&vm->rendezvous_req_cpus, &vm->rendezvous_req_cpus, &vm->active_cpus);
1567 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) {
1739 * Wait until all 'active_cpus' have suspended themselves.
1747 if (CPU_CMP(&vm->suspended_cpus, &vm->active_cpus) == 0) {
1849 if (CPU_ISSET(i, &vm->active_cpus))
1933 if (!CPU_ISSET(vcpuid, &vm->active_cpus))
2513 if (CPU_ISSET(vcpu->vcpuid, &vm->active_cpus))
2517 CPU_SET_ATOMIC(vcpu->vcpuid, &vm->active_cpus);
2525 vm->debug_cpus = vm->active_cpus;
2527 if (CPU_ISSET(i, &vm->active_cpus))
2531 if (!CPU_ISSET(vcpu->vcpuid, &vm->active_cpus))
2566 return (vm->active_cpus);