Home
last modified time | relevance | path

Searched refs:VMX_EPT_EXECUTE_ONLY_BIT (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dfeat_ctl.c62 if (ept & VMX_EPT_EXECUTE_ONLY_BIT) in init_vmx_capabilities()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dcapabilities.h280 return vmx_capability.ept & VMX_EPT_EXECUTE_ONLY_BIT; in cpu_has_vmx_ept_execute_only()
H A Dnested.c361 VMX_EPT_EXECUTE_ONLY_BIT, in nested_ept_init_mmu_context()
6529 VMX_EPT_EXECUTE_ONLY_BIT; in nested_vmx_setup_ctls_msrs()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvmx.h466 #define VMX_EPT_EXECUTE_ONLY_BIT (1ull) macro