Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/amd64/vmm/
HDvmm.c1465 int error, t, vcpuid, vcpu_halted, vm_halted; in vm_handle_hlt() local
1468 vcpu_halted = 0; in vm_handle_hlt()
1513 if (!vcpu_halted && halt_detection_enabled) { in vm_handle_hlt()
1514 vcpu_halted = 1; in vm_handle_hlt()
1538 if (vcpu_halted) { in vm_handle_hlt()
1548 if (vcpu_halted) in vm_handle_hlt()