Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/intel/
HDept.c80 int use_hw_ad_bits, use_superpages, use_exec_only; in ept_init() local
107 use_hw_ad_bits = 1; in ept_init()
108 TUNABLE_INT_FETCH("hw.vmm.ept.use_hw_ad_bits", &use_hw_ad_bits); in ept_init()
109 if (use_hw_ad_bits && AD_BITS_SUPPORTED(cap)) in ept_init()