Searched refs:KVM_MP_STATE_SUSPENDED (Results 1 – 4 of 4) sorted by relevance
684 WRITE_ONCE(vcpu->arch.mp_state.mp_state, KVM_MP_STATE_SUSPENDED); in kvm_arm_vcpu_suspend()691 return READ_ONCE(vcpu->arch.mp_state.mp_state) == KVM_MP_STATE_SUSPENDED; in kvm_arm_vcpu_suspended()716 case KVM_MP_STATE_SUSPENDED: in kvm_arch_vcpu_ioctl_set_mpstate()
573 #define KVM_MP_STATE_SUSPENDED 10 macro
1543 KVM_MP_STATE_SUSPENDED the vcpu is in a suspend state and is waiting1554 If a vCPU is in the KVM_MP_STATE_SUSPENDED state, KVM will emulate the6899 state to KVM_MP_STATE_SUSPENDED. Userspace must configure the vCPU's