Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dept.c78 int use_hw_ad_bits, use_superpages, use_exec_only; in ept_init() local
100 use_superpages = 1; in ept_init()
101 TUNABLE_INT_FETCH("hw.vmm.ept.use_superpages", &use_superpages); in ept_init()
102 if (use_superpages && EPT_PDE_SUPERPAGE(cap)) in ept_init()