Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dept.c79 int use_hw_ad_bits, use_superpages, use_exec_only; in ept_init() local
113 use_exec_only = 1; in ept_init()
114 TUNABLE_INT_FETCH("hw.vmm.ept.use_exec_only", &use_exec_only); in ept_init()
115 if (use_exec_only && EPT_SUPPORTS_EXEC_ONLY(cap)) in ept_init()