Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/
H A Dvmm.c155 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
426 CPU_ZERO(&vm->debug_cpus); in vm_init()
2347 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
2356 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
2370 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
2372 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
2375 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()
2384 return (CPU_ISSET(vcpuid, &vm->debug_cpus)); in vcpu_debugged()
2398 return (vm->debug_cpus); in vm_debug_cpus()