Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1345 int error, t, vcpu_halted, vm_halted; in vm_handle_hlt() local
1350 vcpu_halted = 0; in vm_handle_hlt()
1393 if (!vcpu_halted && halt_detection_enabled) { in vm_handle_hlt()
1394 vcpu_halted = 1; in vm_handle_hlt()
1423 if (vcpu_halted) in vm_handle_hlt()