Home
last modified time | relevance | path

Searched refs:use_exec_only (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
112 use_exec_only = 1; in ept_init()
113 TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only); in ept_init()
114 if (use_exec_only && EPT_SUPPORTS_EXEC_ONLY(cap)) in ept_init()