Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/
Dvmm.c155 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
426 CPU_ZERO(&vm->debug_cpus); in vm_init()
2360 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
2369 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
2383 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
2385 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
2388 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()
2397 return (CPU_ISSET(vcpuid, &vm->debug_cpus)); in vcpu_debugged()
2411 return (vm->debug_cpus); in vm_debug_cpus()