Searched refs:CPU_ISSET (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | cpuset.h | 32 #define CPU_ISSET(cpu, set) cpu_in_set((cpuset_t *)(set), (cpu)) macro 125 #define CPU_ISSET(cpu, setp) BT_TEST((setp)->_bits, cpu) macro
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm.c | 762 if (!CPU_ISSET(i, &vm->active_cpus)) { in vm_pause_instance() 795 if (!CPU_ISSET(i, &vm->active_cpus)) { in vm_resume_instance() 1571 KASSERT(!CPU_ISSET(vcpuid, &vm->halted_cpus), ("vcpu already halted")); in vm_handle_hlt() 2215 if (!CPU_ISSET(i, &vm->active_cpus)) { in vm_suspend() 2476 if (!CPU_ISSET(vcpuid, &vm->active_cpus)) in vm_run() 3321 if (CPU_ISSET(vcpuid, &vm->active_cpus)) in vm_activate_cpu() 3352 if (CPU_ISSET(i, &vm->active_cpus)) in vm_suspend_cpu() 3356 if (!CPU_ISSET(vcpuid, &vm->active_cpus)) in vm_suspend_cpu() 3375 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu() 3439 if (CPU_ISSET(vcpuid, &vm->debug_cpus)) { in vcpu_bailout_checks() [all …]
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | bhyverun.c | 437 if (!CPU_ISSET(vcpu, &cpumask)) { in fbsdrun_deletecpu() 467 assert(CPU_ISSET(vcpu_id(vcpu), &active_cpus)); in vm_loop()
|
H A D | gdb.c | 755 while (CPU_ISSET(vcpuid, &vcpus_suspended)) in _gdb_cpu_suspend() 1555 if (tid <= 0 || !CPU_ISSET(tid - 1, &vcpus_active)) { in gdb_query() 1619 else if (CPU_ISSET(tid - 1, &vcpus_active)) in handle_command() 1638 if (tid <= 0 || !CPU_ISSET(tid - 1, &vcpus_active)) { in handle_command()
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 83 CPU_ISSET(vmm->vmm_ncpu, &cpuset) == 1; in vmm_update_ncpu() 401 } while (!CPU_ISSET(vcpuid, &cpuset)); in vmm_step()
|
/illumos-gate/usr/src/uts/intel/io/vmm/io/ |
H A D | vlapic.c | 839 if (vcpuid < vm_get_maxcpus(vm) && CPU_ISSET(vcpuid, &amask)) in vlapic_calcdest()
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 306 if (CPU_ISSET(i, cpus)) { in print_cpus()
|