Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dept.c83 int use_hw_ad_bits, use_superpages, use_exec_only; in ept_init() local
105 use_superpages = 1; in ept_init()
106 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages); in ept_init()
107 if (use_superpages && EPT_PDE_SUPERPAGE(cap)) in ept_init()