Searched refs:use_exec_only (Results 1 – 1 of 1) sorted by relevance
78 int use_hw_ad_bits, use_superpages, use_exec_only; in ept_init() local112 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()