Home
last modified time | relevance | path

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

/src/sys/dev/vmm/
H A Dvmm_vm.c323 return (CPU_ISSET(vcpu->vcpuid, &vcpu->vm->debug_cpus)); in vcpu_debugged()
431 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
440 CPU_SET_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
450 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
452 if (!CPU_ISSET(vcpu->vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
455 CPU_CLR_ATOMIC(vcpu->vcpuid, &vm->debug_cpus); in vm_resume_cpu()
469 return (vm->debug_cpus); in vm_debug_cpus()
H A Dvmm_vm.h140 volatile cpuset_t debug_cpus; /* (i) vcpus stopped for debug */ member
/src/sys/riscv/vmm/
H A Dvmm.c158 CPU_ZERO(&vm->debug_cpus); in vm_init()
/src/sys/arm64/vmm/
H A Dvmm.c268 CPU_ZERO(&vm->debug_cpus); in vm_init()
/src/sys/amd64/vmm/
H A Dvmm.c325 CPU_ZERO(&vm->debug_cpus); in vm_init()