Loading arch/x86/kvm/vmx.c +4 −6 Original line number Diff line number Diff line Loading @@ -1604,13 +1604,11 @@ static inline void ept_sync_global(void) static inline void ept_sync_context(u64 eptp) { if (enable_ept) { if (cpu_has_vmx_invept_context()) __invept(VMX_EPT_EXTENT_CONTEXT, eptp, 0); else ept_sync_global(); } } static __always_inline void vmcs_check16(unsigned long field) { Loading Loading
arch/x86/kvm/vmx.c +4 −6 Original line number Diff line number Diff line Loading @@ -1604,13 +1604,11 @@ static inline void ept_sync_global(void) static inline void ept_sync_context(u64 eptp) { if (enable_ept) { if (cpu_has_vmx_invept_context()) __invept(VMX_EPT_EXTENT_CONTEXT, eptp, 0); else ept_sync_global(); } } static __always_inline void vmcs_check16(unsigned long field) { Loading