Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/
H A Dvmm.c1519 int error, t, vcpuid, vcpu_halted, vm_halted; in vm_handle_hlt() local
1522 vcpu_halted = 0; in vm_handle_hlt()
1567 if (!vcpu_halted && halt_detection_enabled) { in vm_handle_hlt()
1568 vcpu_halted = 1; in vm_handle_hlt()
1592 if (vcpu_halted) { in vm_handle_hlt()
1602 if (vcpu_halted) in vm_handle_hlt()