Searched refs:debug_cpus (Results 1 – 5 of 5) sorted by relevance
323 return (CPU_ISSET(vcpu->vcpuid, &vcpu->vm->debug_cpus)); in vcpu_debugged()431 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()440 CPU_SET_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_suspend_cpu()450 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()452 if (!CPU_ISSET(vcpu->vcpuid, &vm->debug_cpus)) in vm_resume_cpu()455 CPU_CLR_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_resume_cpu()469 return (vm->debug_cpus); in vm_debug_cpus()
140 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
158 CPU_ZERO(&vm->debug_cpus); in vm_init()
268 CPU_ZERO(&vm->debug_cpus); in vm_init()
325 CPU_ZERO(&vm->debug_cpus); in vm_init()