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.c752 int error, t, vcpuid, vcpu_halted, vm_halted; in vm_handle_hlt() local
755 vcpu_halted = 0; in vm_handle_hlt()
800 if (!vcpu_halted && halt_detection_enabled) { in vm_handle_hlt()
801 vcpu_halted = 1; in vm_handle_hlt()
825 if (vcpu_halted) { in vm_handle_hlt()
835 if (vcpu_halted) in vm_handle_hlt()