Home
last modified time | relevance | path

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

/freebsd/sys/riscv/vmm/
H A Dvmm.c1189 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked() function
1420 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_wfi()
1426 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_wfi()
1506 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_suspend()
1508 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_suspend()
/freebsd/sys/arm64/vmm/
H A Dvmm.c1463 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked() function
1698 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_wfi()
1704 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_wfi()
1773 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_suspend()
1775 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_suspend()
/freebsd/sys/amd64/vmm/
H A Dvmm.c1455 vcpu_require_state_locked(struct vcpu *vcpu, enum vcpu_state newstate) in vcpu_require_state_locked() function
1577 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_hlt()
1583 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_hlt()
1755 vcpu_require_state_locked(vcpu, VCPU_SLEEPING); in vm_handle_suspend()
1757 vcpu_require_state_locked(vcpu, VCPU_FROZEN); in vm_handle_suspend()