Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/
HDvmm.c175 volatile cpuset_t halted_cpus; /* (x) cpus in a hard halt */ member
1473 KASSERT(!CPU_ISSET(vcpuid, &vm->halted_cpus), ("vcpu already halted")); in vm_handle_hlt()
1515 CPU_SET_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt()
1517 if (CPU_CMP(&vm->halted_cpus, &vm->active_cpus) == 0) { in vm_handle_hlt()
1540 &vm->halted_cpus); in vm_handle_hlt()
1549 CPU_CLR_ATOMIC(vcpuid, &vm->halted_cpus); in vm_handle_hlt()