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

/freebsd-10.2-release/sys/amd64/vmm/intel/
H A Dept.c81 int use_hw_ad_bits, use_superpages, use_exec_only; local
103 use_superpages = 1;
104 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages);
105 if (use_superpages && EPT_PDE_SUPERPAGE(cap))

Completed in 49 milliseconds