Home
last modified time | relevance | path

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

/freebsd-13.1/sys/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()
2403 vm->debug_cpus = vm->active_cpus; in vm_suspend_cpu()
2412 CPU_SET_ATOMIC(vcpuid, &vm->debug_cpus); in vm_suspend_cpu()
2426 CPU_ZERO(&vm->debug_cpus); in vm_resume_cpu()
2428 if (!CPU_ISSET(vcpuid, &vm->debug_cpus)) in vm_resume_cpu()
2431 CPU_CLR_ATOMIC(vcpuid, &vm->debug_cpus); in vm_resume_cpu()
2440 return (CPU_ISSET(vcpuid, &vm->debug_cpus)); in vcpu_debugged()
2454 return (vm->debug_cpus); in vm_debug_cpus()