Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
65fdc8544f7d27df95256cbcfc2a53fa0fa38134
/
.
/
drivers
/
kvm
/
kvm_vmx.h
blob: d139f73fb6e1f280ec5dfe9f10480522df80a645 [
file
] [
log
] [
blame
]
#ifndef
__KVM_VMX_H
#define
__KVM_VMX_H
#ifdef
CONFIG_X86_64
/*
* avoid save/load MSR_SYSCALL_MASK and MSR_LSTAR by std vt
* mechanism (cpu bug AA24)
*/
#define
NR_BAD_MSRS
2
#else
#define
NR_BAD_MSRS
0
#endif
#endif