Searched refs:KVM_MP_STATE_SUSPENDED (Results 1 – 5 of 5) sorted by relevance
502 WRITE_ONCE(vcpu->arch.mp_state.mp_state, KVM_MP_STATE_SUSPENDED); in kvm_arm_vcpu_suspend()509 return READ_ONCE(vcpu->arch.mp_state.mp_state) == KVM_MP_STATE_SUSPENDED; in kvm_arm_vcpu_suspended()534 case KVM_MP_STATE_SUSPENDED: in kvm_arch_vcpu_ioctl_set_mpstate()
565 #define KVM_MP_STATE_SUSPENDED 10 macro
674 #define KVM_MP_STATE_SUSPENDED 10 macro
1478 KVM_MP_STATE_SUSPENDED the vcpu is in a suspend state and is waiting1489 If a vCPU is in the KVM_MP_STATE_SUSPENDED state, KVM will emulate the6507 state to KVM_MP_STATE_SUSPENDED. Userspace must configure the vCPU's