Searched refs:halted_cpus (Results 1 – 1 of 1) sorted by relevance
205 volatile cpuset_t halted_cpus; /* (x) cpus in a hard halt */ member1571 KASSERT(!CPU_ISSET(vcpuid, &vm->halted_cpus), ("vcpu already halted")); in vm_handle_hlt()1613 CPU_SET_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt()1615 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt()1629 CPU_CLR_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt()