Searched refs:debug_cpus (Results 1 – 1 of 1) sorted by relevance
155 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member426 CPU_ZERO(&vm->debug_cpus); in vm_init()2347 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()2356 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()2370 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()2372 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()2375 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()2384 return (CPU_ISSET(vcpuid, &vm->debug_cpus)); in vcpu_debugged()2398 return (vm->debug_cpus); in vm_debug_cpus()