Searched refs:ept_caps (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h45 u32 ept_caps; member in struct:nested_vmx_msrs
324 static inline int ept_caps_to_lpage_level(u32 ept_caps) argument
326 if (ept_caps & VMX_EPT_1GB_PAGE_BIT)
328 if (ept_caps & VMX_EPT_2MB_PAGE_BIT)
H A Dnested.h21 void nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps);
H A Dnested.c443 bool execonly = vmx->nested.msrs.ept_caps & VMX_EPT_EXECUTE_ONLY_BIT;
444 int ept_lpage_level = ept_caps_to_lpage_level(vmx->nested.msrs.ept_caps);
1349 u64 vmx_ept_vpid_cap = vmx_control_msr(vmcs_config.nested.ept_caps,
1356 vmx->nested.msrs.ept_caps = data;
1522 *pdata = msrs->ept_caps |
2730 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPTP_UC_BIT)))
2734 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPTP_WB_BIT)))
2744 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_PAGE_WALK_5_BIT)))
2748 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_PAGE_WALK_4_BIT)))
2761 if (CC(!(vmx->nested.msrs.ept_caps
6902 nested_vmx_setup_secondary_ctls(u32 ept_caps, struct vmcs_config *vmcs_conf, struct nested_vmx_msrs *msrs) argument
7045 nested_vmx_setup_ctls_msrs(struct vmcs_config *vmcs_conf, u32 ept_caps) argument
[all...]

Completed in 186 milliseconds