Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/amd64/vmm/
HDvmm.c1488 int error, t, vcpuid, vcpu_halted, vm_halted; in vm_handle_hlt() local
1491 vcpu_halted = 0; in vm_handle_hlt()
1536 if (!vcpu_halted && halt_detection_enabled) { in vm_handle_hlt()
1537 vcpu_halted = 1; in vm_handle_hlt()
1561 if (vcpu_halted) { in vm_handle_hlt()
1571 if (vcpu_halted) in vm_handle_hlt()