Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/
HDvmm.c170 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
504 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()