Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dgdb.c82 static cpuset_t vcpus_active, vcpus_suspended, vcpus_waiting; variable
762 if (report_stop && CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in _gdb_cpu_suspend()
764 while (CPU_ISSET(vcpuid, &vcpus_suspended)) in _gdb_cpu_suspend()
798 if (!CPU_EMPTY(&vcpus_suspended)) { in gdb_cpu_add()
799 CPU_SET(vcpuid, &vcpus_suspended); in gdb_cpu_add()
852 vcpus_suspended = vcpus_active; in gdb_suspend_vcpus()
854 if (CPU_CMP(&vcpus_waiting, &vcpus_suspended) == 0) in gdb_suspend_vcpus()
973 CPU_CLR(vcpuid, &vcpus_suspended); in gdb_step_vcpu()
985 CPU_ZERO(&vcpus_suspended); in gdb_resume_vcpus()
1900 CPU_SET(0, &vcpus_suspended); in init_mdb()
[all …]