xref: /linux/arch/x86/kvm/vmx/run_flags.h (revision 8a922b7728a93d837954315c98b84f6b78de0c4f)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __KVM_X86_VMX_RUN_FLAGS_H
3 #define __KVM_X86_VMX_RUN_FLAGS_H
4 
5 #define VMX_RUN_VMRESUME	(1 << 0)
6 #define VMX_RUN_SAVE_SPEC_CTRL	(1 << 1)
7 
8 #endif /* __KVM_X86_VMX_RUN_FLAGS_H */
9