Searched refs:debug_cpus (Results 1 – 1 of 1) sorted by relevance
204 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for dbg */ member546 CPU_ZERO(&vm->debug_cpus); in vm_init()3350 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()3359 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()3373 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()3375 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()3378 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()3439 if (CPU_ISSET(vcpuid, &vm->debug_cpus)) { in vcpu_bailout_checks()3529 return (vm->debug_cpus); in vm_debug_cpus()