Searched refs:VMX_EPT_PAGE_WALK_5_BIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dcapabilities.h306 return vmx_capability.ept & VMX_EPT_PAGE_WALK_5_BIT;
H A Dnested.c2744 if (CC(!(vmx->nested.msrs.ept_caps & VMX_EPT_PAGE_WALK_5_BIT)))
6937 VMX_EPT_PAGE_WALK_5_BIT |
/linux-master/arch/x86/kernel/cpu/
H A Dfeat_ctl.c75 if (ept & VMX_EPT_PAGE_WALK_5_BIT)
/linux-master/arch/x86/include/asm/
H A Dvmx.h487 #define VMX_EPT_PAGE_WALK_5_BIT (1ull << 7) macro

Completed in 144 milliseconds