Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dept.c48 #define EPT_PDE_SUPERPAGE(cap) ((cap) & (1UL << 16)) /* 2MB pages */ macro
102 if (use_superpages && EPT_PDE_SUPERPAGE(cap)) in ept_init()