Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
ec723fbe7e19f5a66cea183bca7ca20675631a7a
/
.
/
drivers
/
kvm
/
kvm_vmx.h
blob: 87e12d2bfa1676a78700182464d22cd12abe83ed [
file
] [
log
] [
blame
]
#ifndef
__KVM_VMX_H
#define
__KVM_VMX_H
#ifdef
__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