Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/intel/
HDept.c117 ept_pmap_flags |= PMAP_SUPPORTS_EXEC_ONLY; in ept_init()
/NextBSD/sys/amd64/include/
HDpmap.h326 #define PMAP_SUPPORTS_EXEC_ONLY (1 << 10) /* execute only mappings ok */ macro
/NextBSD/sys/amd64/amd64/
HDpmap.c5679 ((pmap->pm_flags & PMAP_SUPPORTS_EXEC_ONLY) != 0)) in safe_to_clear_referenced()