Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/
H A Dvmm.c165 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
455 CPU_ZERO(&vm->debug_cpus); in vm_init()
2386 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
2395 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
2409 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
2411 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
2414 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()
2423 return (CPU_ISSET(vcpuid, &vm->debug_cpus)); in vcpu_debugged()
2437 return (vm->debug_cpus); in vm_debug_cpus()