]> Git Repo - J-linux.git/blob - arch/x86/kvm/vmx/run_flags.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / x86 / kvm / vmx / run_flags.h
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_SHIFT          0
6 #define VMX_RUN_SAVE_SPEC_CTRL_SHIFT    1
7
8 #define VMX_RUN_VMRESUME                BIT(VMX_RUN_VMRESUME_SHIFT)
9 #define VMX_RUN_SAVE_SPEC_CTRL          BIT(VMX_RUN_SAVE_SPEC_CTRL_SHIFT)
10
11 #endif /* __KVM_X86_VMX_RUN_FLAGS_H */
This page took 0.026274 seconds and 4 git commands to generate.