Searched refs:debug_cpus (Results 1 – 1 of 1) sorted by relevance
170 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member504 CPU_ZERO(&vm->debug_cpus); in vm_init()2440 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()2449 CPU_SET_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_suspend_cpu()2460 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()2462 if (!CPU_ISSET(vcpu->vcpuid, &vm->debug_cpus)) in vm_resume_cpu()2465 CPU_CLR_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_resume_cpu()2474 return (CPU_ISSET(vcpu->vcpuid, &vcpu->vm->debug_cpus)); in vcpu_debugged()2488 return (vm->debug_cpus); in vm_debug_cpus()