Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c171 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
508 CPU_ZERO(&vm->debug_cpus); in vm_init()
2498 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
2507 CPU_SET_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
2518 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
2520 if (!CPU_ISSET(vcpu->vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
2523 CPU_CLR_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_resume_cpu()
2532 return (CPU_ISSET(vcpu->vcpuid, &vcpu->vm->debug_cpus)); in vcpu_debugged()
2546 return (vm->debug_cpus); in vm_debug_cpus()