Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dept.c45 #define EPT_SUPPORTS_EXEC_ONLY(cap) ((cap) & (1UL << 0)) macro
114 if (use_exec_only && EPT_SUPPORTS_EXEC_ONLY(cap)) in ept_init()