xref: /openbmc/linux/arch/x86/kvm/vmx/run_flags.h (revision e65e175b07bef5974045cc42238de99057669ca7)
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