Home
last modified time | relevance | path

Searched refs:IA32_EPT_PAGE_WALK_LENGTH (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dspecialreg.h1139 #define IA32_EPT_PAGE_WALK_LENGTH 0x4 macro
/openbsd/sys/arch/amd64/amd64/
H A Dvmm_machdep.c2608 eptp |= ((IA32_EPT_PAGE_WALK_LENGTH - 1) << 3); in vcpu_init_vmx()