|
@@ -964,16 +964,6 @@ static inline bool cpu_has_vmx_ept_execute_only(void)
|
|
|
return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT;
|
|
|
}
|
|
|
|
|
|
-static inline bool cpu_has_vmx_eptp_uncacheable(void)
|
|
|
-{
|
|
|
- return vmx_capability.ept & VMX_EPTP_UC_BIT;
|
|
|
-}
|
|
|
-
|
|
|
-static inline bool cpu_has_vmx_eptp_writeback(void)
|
|
|
-{
|
|
|
- return vmx_capability.ept & VMX_EPTP_WB_BIT;
|
|
|
-}
|
|
|
-
|
|
|
static inline bool cpu_has_vmx_ept_2m_page(void)
|
|
|
{
|
|
|
return vmx_capability.ept & VMX_EPT_2MB_PAGE_BIT;
|