Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dgdb.c89 static cpuset_t vcpus_active, vcpus_suspended, vcpus_waiting; variable
753 if (report_stop && CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in _gdb_cpu_suspend()
755 while (CPU_ISSET(vcpuid, &vcpus_suspended)) in _gdb_cpu_suspend()
789 if (!CPU_EMPTY(&vcpus_suspended)) { in gdb_cpu_add()
790 CPU_SET(vcpuid, &vcpus_suspended); in gdb_cpu_add()
843 vcpus_suspended = vcpus_active; in gdb_suspend_vcpus()
845 if (CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in gdb_suspend_vcpus()
964 CPU_CLR(vcpuid, &vcpus_suspended); in gdb_step_vcpu()
976 CPU_ZERO(&vcpus_suspended); in gdb_resume_vcpus()
1922 CPU_SET(0, &vcpus_suspended); in init_mdb()
[all …]