aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/vmx.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index ce350718eb88..c987374d92c1 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -964,16 +964,6 @@ static inline bool cpu_has_vmx_ept_execute_only(void)
964 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT; 964 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT;
965} 965}
966 966
967static inline bool cpu_has_vmx_eptp_uncacheable(void)
968{
969 return vmx_capability.ept & VMX_EPTP_UC_BIT;
970}
971
972static inline bool cpu_has_vmx_eptp_writeback(void)
973{
974 return vmx_capability.ept & VMX_EPTP_WB_BIT;
975}
976
977static inline bool cpu_has_vmx_ept_2m_page(void) 967static inline bool cpu_has_vmx_ept_2m_page(void)
978{ 968{
979 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT; 969 return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT;